Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 10, 2023
1 parent f3f87be commit 9927a82
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 @@ -136,8 +136,8 @@ lazy val `fs2` =
.settings(
commonDependencies,
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.4.0",
"co.fs2" %% "fs2-io" % "3.4.0" % "test",
"co.fs2" %% "fs2-core" % "3.6.1",
"co.fs2" %% "fs2-io" % "3.6.1" % "test",
),
)
.jvmPlatform(scala3Versions)
Expand Down

0 comments on commit 9927a82

Please sign in to comment.