Skip to content

Commit 4d05b3c

Browse files
Update scodec-bits to 1.2.5
1 parent 68b2abc commit 4d05b3c

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
@@ -127,7 +127,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
127127
"org.typelevel" %%% "cats-effect" % "3.7.0",
128128
"co.fs2" %%% "fs2-core" % fs2Version,
129129
"co.fs2" %%% "fs2-io" % fs2Version,
130-
"org.scodec" %%% "scodec-bits" % "1.2.4",
130+
"org.scodec" %%% "scodec-bits" % "1.2.5",
131131
"org.scodec" %%% "scodec-core" % (if (tlIsScala3.value) "2.3.3" else "1.11.11"),
132132
"org.scodec" %%% "scodec-cats" % "1.3.0",
133133
"org.typelevel" %%% "otel4s-core" % otel4sVersion,

0 commit comments

Comments
 (0)