Skip to content

Commit 6a9c85b

Browse files
authored
Merge pull request #68 from scala-steward/update/fs2-io-3.0.2
Update fs2-io to 3.0.2
2 parents a193a00 + ff97aa9 commit 6a9c85b

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
@@ -14,7 +14,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
1414
case Some((2, 11)) => "2.1.0"
1515
case _ => "2.5.4"
1616
}
17-
val fs2_3_version = "3.0.1"
17+
val fs2_3_version = "3.0.2"
1818

1919
excludeLintKeys in Global ++= Set(ideSkipProject)
2020

0 commit comments

Comments
 (0)