diff --git a/build.sbt b/build.sbt index 5705b7f..25ca318 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ val stream = crossProject(JVMPlatform, JSPlatform) buildInfoPackage := "scodec.stream", buildInfoKeys := Seq[BuildInfoKey](version, scalaVersion, gitHeadCommit), libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % "2.5.3", + "co.fs2" %%% "fs2-core" % "2.5.4", "org.scodec" %%% "scodec-core" % (if (isDotty.value) "2.0.0-RC1" else "1.11.7"), "org.scalacheck" %%% "scalacheck" % "1.15.3" % Test ), @@ -72,7 +72,7 @@ val stream = crossProject(JVMPlatform, JSPlatform) lazy val streamJVM = stream.jvm .enablePlugins(SbtOsgi) .settings( - libraryDependencies += "co.fs2" %%% "fs2-io" % "2.5.3" % Test, + libraryDependencies += "co.fs2" %%% "fs2-io" % "2.5.4" % Test, OsgiKeys.privatePackage := Nil, OsgiKeys.exportPackage := Seq("scodec.stream.*;version=${Bundle-Version}"), OsgiKeys.importPackage := Seq(