Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 8, 2021
1 parent 0b94feb commit b480935
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 @@ -93,8 +93,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.1.3",
"co.fs2" %% "fs2-io" % "3.1.3",
"co.fs2" %% "fs2-core" % "3.1.5",
"co.fs2" %% "fs2-io" % "3.1.5",

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

0 comments on commit b480935

Please sign in to comment.