Skip to content

Commit 0744559

Browse files
committed
Update fs2-io to 3.1.2
1 parent 2758a8d commit 0744559

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)