Skip to content

Commit

Permalink
Merge pull request #521 from scala-steward/update/fs2-core-3.10.2
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io to 3.10.2
  • Loading branch information
vigoo authored Apr 24, 2024
2 parents acdecce + 48bb0e9 commit e460db5
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 @@ -98,8 +98,8 @@ lazy val proxFS23 = Project("prox-fs2-3", file("prox-fs2-3"))
.settings(commonSettings(8))
.settings(
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.9.4",
"co.fs2" %% "fs2-io" % "3.9.4",
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2",
"dev.zio" %% "zio" % zio2Version % "test",
"dev.zio" %% "zio-test" % zio2Version % "test",
"dev.zio" %% "zio-test-sbt" % zio2Version % "test",
Expand Down

0 comments on commit e460db5

Please sign in to comment.