Skip to content

Commit

Permalink
Merge pull request #2021 from softwaremill/update/fs2-core-2.5.11
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io, ... to 2.5.11
  • Loading branch information
mergify[bot] committed Dec 5, 2023
2 parents 26753c6 + 76f76b7 commit 0b0487f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 0b0487f

Please sign in to comment.