diff --git a/build.sbt b/build.sbt index d080842bcc..1e5095da02 100644 --- a/build.sbt +++ b/build.sbt @@ -193,7 +193,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) "org.typelevel" %%% "cats-effect" % "3.3.11", "org.typelevel" %%% "cats-effect-laws" % "3.3.11" % Test, "org.typelevel" %%% "cats-effect-testkit" % "3.3.11" % Test, - "org.scodec" %%% "scodec-bits" % "1.1.30", + "org.scodec" %%% "scodec-bits" % "1.1.31", "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, "org.typelevel" %%% "discipline-munit" % "1.0.9" % Test