Skip to content

Commit cae116a

Browse files
authored
Update fs2-core to 3.12.2
1 parent 4c85cdd commit cae116a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object ProjectPlugin extends AutoPlugin {
1717
libraryDependencies ++=
1818
Seq(
1919
"org.typelevel" %%% "cats-effect" % "3.6.3",
20-
"co.fs2" %% "fs2-core" % "3.12.0",
20+
"co.fs2" %% "fs2-core" % "3.12.2",
2121
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % "test"
2222
)
2323
)
@@ -26,7 +26,7 @@ object ProjectPlugin extends AutoPlugin {
2626
Seq(
2727
libraryDependencies ++=
2828
Seq(
29-
"co.fs2" %% "fs2-core" % "3.12.0"
29+
"co.fs2" %% "fs2-core" % "3.12.2"
3030
)
3131
)
3232

0 commit comments

Comments
 (0)