Skip to content

Commit

Permalink
Merge pull request #272 from scala-steward/update/fs2-core-3.6.1
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io to 3.6.1
  • Loading branch information
Alexander Valentinov authored Feb 19, 2023
2 parents f3f87be + 9927a82 commit 08032ba
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 08032ba

Please sign in to comment.