Skip to content

Commit

Permalink
Update fs2-io to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 29, 2022
1 parent cc097b9 commit a752a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.1.0"
case _ => "2.5.9"
}
val fs2_3_version = "3.2.5"
val fs2_3_version = "3.2.6"
val armeriaVersion = "1.15.0"

excludeLintKeys in Global ++= Set(ideSkipProject)
Expand Down

0 comments on commit a752a69

Please sign in to comment.