From 21f535b4b61249bad679f1c348cfc9bd394f0d62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Apr 2022 01:00:58 +0200 Subject: [PATCH] Update scodec-bits to 1.1.31 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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