Skip to content

Commit 96b62d9

Browse files
authored
Merge pull request #3151 from typelevel/update/scodec-bits-1.1.36
Update scodec-bits to 1.1.36
2 parents f608564 + 72fdd55 commit 96b62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
218218
.settings(
219219
name := "fs2-core",
220220
libraryDependencies ++= Seq(
221-
"org.scodec" %%% "scodec-bits" % "1.1.35",
221+
"org.scodec" %%% "scodec-bits" % "1.1.36",
222222
"org.typelevel" %%% "cats-core" % "2.9.0",
223223
"org.typelevel" %%% "cats-effect" % "3.5.0-RC2",
224224
"org.typelevel" %%% "cats-effect-laws" % "3.5.0-RC2" % Test,

0 commit comments

Comments
 (0)