Skip to content

Commit 2b60acd

Browse files
authored
Merge pull request #331 from typelevel/update/scodec-bits-1.1.37
Update scodec-bits to 1.1.37
2 parents 3e273f2 + 42ecc31 commit 2b60acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform)
9999
"org.tpolecat" %%% "natchez-core" % natchezVersion,
100100
"io.circe" %%% "circe-scodec" % circeVersion,
101101
"io.circe" %%% "circe-jawn" % circeVersion,
102-
"org.scodec" %%% "scodec-bits" % "1.1.36",
102+
"org.scodec" %%% "scodec-bits" % "1.1.37",
103103
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
104104
"org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test,
105105
"io.circe" %%% "circe-literal" % circeVersion % Test

0 commit comments

Comments
 (0)