From 9b35f8fba68f69a1fda29aaa0208b34e39d4ce41 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 May 2021 04:42:43 +0200 Subject: [PATCH] Update fs2-core, fs2-io to 3.0.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d25132e..8c24359 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ val stream = crossProject(JVMPlatform, JSPlatform) buildInfoPackage := "scodec.stream", buildInfoKeys := Seq[BuildInfoKey](version, scalaVersion, gitHeadCommit), libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % "2.5.6", + "co.fs2" %%% "fs2-core" % "3.0.4", "org.scodec" %%% "scodec-core" % (if (isDotty.value) "2.0.0" else "1.11.7"), "org.scalacheck" %%% "scalacheck" % "1.15.4" % Test ), @@ -68,7 +68,7 @@ val stream = crossProject(JVMPlatform, JSPlatform) lazy val streamJVM = stream.jvm .enablePlugins(SbtOsgi) .settings( - libraryDependencies += "co.fs2" %%% "fs2-io" % "2.5.6" % Test, + libraryDependencies += "co.fs2" %%% "fs2-io" % "3.0.4" % Test, OsgiKeys.privatePackage := Nil, OsgiKeys.exportPackage := Seq("scodec.stream.*;version=${Bundle-Version}"), OsgiKeys.importPackage := Seq(