From 57b88c12cf1ce7c19fec224cdfd68e5ea170183c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 22 Oct 2023 12:35:42 +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 ce8bcf5..ce52d94 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val commonSettings = Seq( scalaVersion := "3.1.3", libraryDependencies ++= Seq( "org.scodec" %%% "scodec-core" % "2.2.0", - "org.scodec" %%% "scodec-bits" % "1.1.34", + "org.scodec" %%% "scodec-bits" % "1.1.38", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test ),