Skip to content

Commit c7152e5

Browse files
authored
Merge pull request #85 from scala-steward/update/fs2-io-3.1.2
Update fs2-io to 3.1.2
2 parents 2758a8d + 0744559 commit c7152e5

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

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

0 commit comments

Comments
 (0)