Skip to content

Commit f02aea6

Browse files
Update fs2-core, fs2-io to 2.5.11 (#397)
1 parent 8f37683 commit f02aea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val sttpModelVersion = "1.7.10"
1515
val scalaTestVersion = "3.2.18"
1616
val zio1Version = "1.0.18"
1717
val zio2Version = "2.0.22"
18-
val fs2_2_version = "2.5.9"
18+
val fs2_2_version = "2.5.11"
1919
val fs2_3_version = "3.10.0"
2020
val armeriaVersion = "1.28.4"
2121

@@ -172,7 +172,7 @@ lazy val fs2ce2 = (projectMatrix in file("fs2-ce2"))
172172
.jvmPlatform(
173173
scalaVersions = scala2 ++ scala3,
174174
settings = commonJvmSettings ++ Seq(
175-
libraryDependencies +="co.fs2" %% "fs2-io" % fs2_2_version
175+
libraryDependencies += "co.fs2" %% "fs2-io" % fs2_2_version
176176
)
177177
)
178178
.jsPlatform(

0 commit comments

Comments
 (0)