Skip to content

Commit

Permalink
Merge pull request #3323 from typelevel/update/scodec-bits-1.1.38
Browse files Browse the repository at this point in the history
Update scodec-bits to 1.1.38
  • Loading branch information
mpilquist authored Oct 27, 2023
2 parents b8e4552 + b000b97 commit e1e69e7
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 @@ -261,7 +261,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "fs2-core",
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-bits" % "1.1.37",
"org.scodec" %%% "scodec-bits" % "1.1.38",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.2",
"org.typelevel" %%% "cats-effect-laws" % "3.5.2" % Test,
Expand Down

0 comments on commit e1e69e7

Please sign in to comment.