Skip to content

Commit 903c88f

Browse files
authored
Merge pull request #375 from softwaremill/update/fs2-core-3.10.0
Update fs2-core, fs2-io to 3.10.0
2 parents a72d5fc + a6bca6b commit 903c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
2020
case Some((2, 11)) => "2.1.0"
2121
case _ => "2.5.9"
2222
}
23-
val fs2_3_version = "3.10.2"
23+
val fs2_3_version = "3.10.0"
2424
val armeriaVersion = "1.27.3"
2525

2626
excludeLintKeys in Global ++= Set(ideSkipProject)

0 commit comments

Comments
 (0)