Skip to content

Commit 27d39c3

Browse files
authored
Merge pull request #121 from scala-steward/update/fs2-io-3.2.3
Update fs2-io to 3.2.3
2 parents 8386e12 + f111bca commit 27d39c3

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.2"
20+
val fs2_3_version = "3.2.3"
2121

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

0 commit comments

Comments
 (0)