Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 4bab535 commit 05943e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ object Dependencies {
.exclude("com.typesafe.play", "*"), // provided
"org.typelevel" %% "cats-core" % "2.8.0",
"org.typelevel" %% "cats-effect" % "3.3.14",
"co.fs2" %% "fs2-core" % "3.3.0",
"co.fs2" %% "fs2-io" % "3.3.0",
"co.fs2" %% "fs2-core" % "3.9.2",
"co.fs2" %% "fs2-io" % "3.9.2",
"com.chuusai" %% "shapeless" % "2.3.10",
"com.dripower" %% "play-circe" % "2814.2",
"io.circe" %% "circe-generic" % circeV,
Expand Down

0 comments on commit 05943e5

Please sign in to comment.