Skip to content

Commit

Permalink
Merge pull request #284 from softwaremill/update/fs2-io-3.7.0
Browse files Browse the repository at this point in the history
Update fs2-io to 3.7.0
  • Loading branch information
mergify[bot] committed May 13, 2023
2 parents 3512a19 + 3e74ac0 commit 76d7b6e
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 @@ -19,7 +19,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.6.1"
val fs2_3_version = "3.7.0"
val armeriaVersion = "1.23.1"

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

0 comments on commit 76d7b6e

Please sign in to comment.