Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and calvinlfer committed Apr 4, 2024
1 parent 27983f3 commit 78673d7
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 @@ -131,8 +131,8 @@ lazy val catsEffect =
val weaverV = "0.8.4"
Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.10.0",
"co.fs2" %% "fs2-io" % "3.10.0",
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2",
disney %% "weaver-cats" % weaverV % Test,
disney %% "weaver-scalacheck" % weaverV % Test
)
Expand Down

0 comments on commit 78673d7

Please sign in to comment.