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 ++= {