We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37683 commit f02aea6Copy full SHA for f02aea6
build.sbt
@@ -15,7 +15,7 @@ val sttpModelVersion = "1.7.10"
15
val scalaTestVersion = "3.2.18"
16
val zio1Version = "1.0.18"
17
val zio2Version = "2.0.22"
18
-val fs2_2_version = "2.5.9"
+val fs2_2_version = "2.5.11"
19
val fs2_3_version = "3.10.0"
20
val armeriaVersion = "1.28.4"
21
@@ -172,7 +172,7 @@ lazy val fs2ce2 = (projectMatrix in file("fs2-ce2"))
172
.jvmPlatform(
173
scalaVersions = scala2 ++ scala3,
174
settings = commonJvmSettings ++ Seq(
175
- libraryDependencies +="co.fs2" %% "fs2-io" % fs2_2_version
+ libraryDependencies += "co.fs2" %% "fs2-io" % fs2_2_version
176
)
177
178
.jsPlatform(
0 commit comments