diff --git a/build.sbt b/build.sbt index d25132e..7343041 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.0.0" else "1.11.8"), "org.scalacheck" %%% "scalacheck" % "1.15.4" % Test ), unmanagedResources in Compile ++= {