Skip to content

Commit

Permalink
Update fs2-core to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed Mar 18, 2024
1 parent faf9313 commit c031b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val root = (project in file(".")).enablePlugins(ScriptedPlugin).settings(
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.9.4",
"co.fs2" %% "fs2-core" % "3.10.0",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.5.0",
("org.typelevel" % "kind-projector" % "0.13.3").cross(CrossVersion.full),
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
"org.typelevel" %% "cats-effect" % "3.5.4",
"com.monovore" %% "decline-effect" % "2.4.1",
"is.cir" %% "ciris" % "3.5.0",
$if(add_fs2.truthy) $ "co.fs2" %% "fs2-core" % "3.9.4" $endif$
$if(add_fs2.truthy) $ "co.fs2" %% "fs2-core" % "3.10.0" $endif$
)

val testDependencies: Seq[ModuleID] = Seq("org.typelevel" %% "munit-cats-effect-3" % "1.0.7").map(_ % Test)
Expand Down

0 comments on commit c031b5e

Please sign in to comment.