Skip to content

Commit dc24b81

Browse files
authored
Merge pull request #3128 from typelevel/update/scodec-bits-1.1.35
Update scodec-bits to 1.1.35
2 parents ce061a5 + c3370ce commit dc24b81

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
@@ -211,7 +211,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
211211
.settings(
212212
name := "fs2-core",
213213
libraryDependencies ++= Seq(
214-
"org.scodec" %%% "scodec-bits" % "1.1.34",
214+
"org.scodec" %%% "scodec-bits" % "1.1.35",
215215
"org.typelevel" %%% "cats-core" % "2.9.0",
216216
"org.typelevel" %%% "cats-effect" % "3.4.6",
217217
"org.typelevel" %%% "cats-effect-laws" % "3.4.6" % Test,

0 commit comments

Comments
 (0)