Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 30, 2023
1 parent 6cb52a8 commit b4c8d9a
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 @@ -96,8 +96,8 @@ lazy val proxFS2 = Project("prox-fs2", file("prox-fs2")).settings(commonSettings

lazy val proxFS23 = Project("prox-fs2-3", file("prox-fs2-3")).settings(commonSettings(8)).settings(
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.3.0",
"co.fs2" %% "fs2-io" % "3.3.0",
"co.fs2" %% "fs2-core" % "3.9.0",
"co.fs2" %% "fs2-io" % "3.9.0",

"dev.zio" %% "zio" % zioVersion % "test",
"dev.zio" %% "zio-test" % zioVersion % "test",
Expand Down

0 comments on commit b4c8d9a

Please sign in to comment.