From 62cf9e7e5ea90fcd77b4d742b5aabad4c8d56733 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Feb 2023 19:31:58 +0000 Subject: [PATCH] Update scodec-bits to 1.1.37 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bdd88222..563a0a83 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( name := "scodec-core", libraryDependencies ++= Seq( - "org.scodec" %%% "scodec-bits" % "1.1.35" + "org.scodec" %%% "scodec-bits" % "1.1.37" ), scalacOptions := scalacOptions.value .filterNot(_ == "-source:3.0-migration") :+ "-source:future",