Skip to content

Commit 05c8f45

Browse files
committed
Update fs2-core to 3.12.2
1 parent f1f939e commit 05c8f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy val root = tlCrossRootProject
7575
lazy val core = myCrossProject("core")
7676
.settings(
7777
libraryDependencies ++= Seq(
78-
"co.fs2" %%% "fs2-core" % "3.12.0",
78+
"co.fs2" %%% "fs2-core" % "3.12.2",
7979
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test
8080
)
8181
)

0 commit comments

Comments
 (0)