Skip to content

Commit

Permalink
Update fs2-core to 3.10.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 18, 2024
1 parent 467a2d2 commit 502caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.1")
ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value)

ThisBuild / libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.9.4",
"co.fs2" %% "fs2-core" % "3.10.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test
)
Expand Down

0 comments on commit 502caab

Please sign in to comment.