From b000b973337fd8602f5b3a0ab791310c9eb6f621 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:05:34 +0000 Subject: [PATCH] Update scodec-bits to 1.1.38 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e0e3d91fc..5e4e513180 100644 --- a/build.sbt +++ b/build.sbt @@ -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,