Skip to content

Commit

Permalink
Merge pull request #486 from typelevel/update/scodec-bits-1.2.0
Browse files Browse the repository at this point in the history
Update scodec-bits to 1.2.0
  • Loading branch information
armanbilge authored May 20, 2024
2 parents f3f6d02 + 5d872da commit f62691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform)
"io.circe" %%% "circe-scodec" % circeVersion,
"io.circe" %%% "circe-jawn" % circeVersion,
"com.comcast" %%% "ip4s-core" % "3.5.0",
"org.scodec" %%% "scodec-bits" % "1.1.38",
"org.scodec" %%% "scodec-bits" % "1.2.0",
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test,
"io.circe" %%% "circe-literal" % circeVersion % Test
Expand Down

0 comments on commit f62691b

Please sign in to comment.