Skip to content

Commit c4ef2b1

Browse files
authored
Merge pull request #160 from typelevel/update/fs2-io-3.10.2
Update fs2-io to 3.10.2
2 parents f3f6a67 + 59a69df commit c4ef2b1

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.10.0",
2424
"org.typelevel" %%% "cats-effect" % "3.5.4",
25-
"co.fs2" %%% "fs2-io" % "3.9.4",
25+
"co.fs2" %%% "fs2-io" % "3.10.2",
2626
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
2727
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
2828
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
@@ -55,7 +55,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5555
},
5656
libraryDependencies ++= Seq(
5757
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
58-
"co.fs2" %%% "fs2-io" % "3.9.4" % Test,
58+
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,
5959
"org.virtuslab.scala-cli" %% "cli" % "1.2.1" cross (CrossVersion.for2_13Use3)
6060
),
6161
buildInfoKeys += scalaBinaryVersion,

0 commit comments

Comments
 (0)