Skip to content

Commit 2d6a9b6

Browse files
authored
Merge pull request #266 from softwaremill/update/fs2-core-3.6.1
Update fs2-core, fs2-io to 3.6.1
2 parents 205766f + bf7c8d2 commit 2d6a9b6

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
@@ -19,7 +19,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
1919
case Some((2, 11)) => "2.1.0"
2020
case _ => "2.5.9"
2121
}
22-
val fs2_3_version = "3.6.0"
22+
val fs2_3_version = "3.6.1"
2323
val armeriaVersion = "1.21.0"
2424

2525
excludeLintKeys in Global ++= Set(ideSkipProject)

0 commit comments

Comments
 (0)