Skip to content

Commit ef245de

Browse files
authored
Merge pull request #110 from scala-steward/update/fs2-io-3.2.1
Update fs2-io to 3.2.1
2 parents a2b2563 + 37f3355 commit ef245de

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
@@ -17,7 +17,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
1717
case Some((2, 11)) => "2.1.0"
1818
case _ => "2.5.9"
1919
}
20-
val fs2_3_version = "3.2.0"
20+
val fs2_3_version = "3.2.1"
2121

2222
excludeLintKeys in Global ++= Set(ideSkipProject)
2323

0 commit comments

Comments
 (0)