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 9f9c793 commit c451d3a
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 @@ -106,8 +106,8 @@ lazy val sharedSettings = Seq(
"org.typelevel" %% "cats-mtl" % "1.3.1",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-free" % "2.9.0",
"co.fs2" %% "fs2-core" % "3.7.0",
"co.fs2" %% "fs2-io" % "3.7.0",
"co.fs2" %% "fs2-core" % "3.9.0",
"co.fs2" %% "fs2-io" % "3.9.0",
"org.typelevel" %% "cats-parse" % "0.3.8",
"io.circe" %% "circe-core" % "0.14.5",
"io.circe" %% "circe-parser" % "0.14.5",
Expand Down

0 comments on commit c451d3a

Please sign in to comment.