Skip to content

Commit 1d80407

Browse files
Update fs2-io to 3.12.0
1 parent 6355242 commit 1d80407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2222
libraryDependencies ++= Seq(
2323
"org.typelevel" %%% "cats-core" % "2.11.0",
2424
"org.typelevel" %%% "cats-effect" % "3.6.0",
25-
"co.fs2" %%% "fs2-io" % "3.11.0",
25+
"co.fs2" %%% "fs2-io" % "3.12.0",
2626
"org.gnieh" %%% "fs2-data-csv" % "1.11.2",
2727
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.2",
2828
"org.http4s" %%% "http4s-ember-client" % "0.23.30",
@@ -52,7 +52,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5252
name := "tests",
5353
libraryDependencies ++= Seq(
5454
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
55-
"co.fs2" %%% "fs2-io" % "3.11.0" % Test,
55+
"co.fs2" %%% "fs2-io" % "3.12.0" % Test,
5656
"org.virtuslab.scala-cli" %% "cli" % "1.5.4" cross (CrossVersion.for2_13Use3)
5757
),
5858
buildInfoKeys += scalaBinaryVersion,

0 commit comments

Comments
 (0)