From 79eadfca118892f584a7439e2d13f86e0964500f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Oct 2021 11:14:33 +0200 Subject: [PATCH] Update scodec-core to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1bb5f0..4c1f944 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val stream = crossProject(JVMPlatform, JSPlatform) buildInfoKeys := Seq[BuildInfoKey](version, scalaVersion, gitHeadCommit), libraryDependencies ++= Seq( "co.fs2" %%% "fs2-core" % "2.5.6", - "org.scodec" %%% "scodec-core" % (if (isDotty.value) "2.0.0" else "1.11.7"), + "org.scodec" %%% "scodec-core" % (if (isDotty.value) "2.1.0" else "1.11.7"), "org.scalacheck" %%% "scalacheck" % "1.15.4" % Test ), unmanagedResources in Compile ++= {