diff --git a/build.sbt b/build.sbt index 915329cac2..0b2d35f9f7 100644 --- a/build.sbt +++ b/build.sbt @@ -132,7 +132,7 @@ val fs2_3_version = "3.9.3" val catsEffect_2_version = "2.5.4" -val fs2_2_version = "2.5.9" +val fs2_2_version = "2.5.11" val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.2.10" val akkaStreamVersion = "2.6.20" @@ -905,7 +905,7 @@ lazy val play29Json = (projectMatrix in file("json/play29-json")) .jsPlatform(scalaVersions = scala2, settings = commonJsSettings) .dependsOn(core, jsonCommon) - lazy val playJson = (projectMatrix in file("json/play-json")) +lazy val playJson = (projectMatrix in file("json/play-json")) .settings( name := "play-json", libraryDependencies ++= Seq(