Skip to content

Commit

Permalink
Update scodec-core to 2.3.1 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 5, 2024
1 parent afae6c2 commit e2ba768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Deps {
}
val scodec = new {
val core = dep("org.scodec" %%% "scodec-core" % "1.11.10")
val core2 = dep("org.scodec" %%% "scodec-core" % "2.3.0")
val core2 = dep("org.scodec" %%% "scodec-core" % "2.3.1")
val bits = dep("org.scodec" %%% "scodec-bits" % "1.1.38")
}
val upickle = dep("com.lihaoyi" %%% "upickle" % "3.3.1")
Expand Down

0 comments on commit e2ba768

Please sign in to comment.