Skip to content

Commit

Permalink
Update fs2-core to 3.9.4 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 23, 2024
1 parent a08815d commit 2752c7c
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.18", "2.13.12", "3.3.1")
ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value)

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

0 comments on commit 2752c7c

Please sign in to comment.