Skip to content

Commit

Permalink
Merge pull request #1730 from softwaremill/update/fs2-core-3.6.1
Browse files Browse the repository at this point in the history
Update fs2-core, fs2-io, ... to 3.6.1
  • Loading branch information
mergify[bot] authored Feb 10, 2023
2 parents 415e685 + e383fd4 commit 7e41447
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 @@ -131,7 +131,7 @@ val playJsonVersion: Option[(Long, Long)] => String = {
case _ => "2.9.2"
}
val catsEffect_3_version = "3.4.6"
val fs2_3_version = "3.6.0"
val fs2_3_version = "3.6.1"

val catsEffect_2_version: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.0.0"
Expand Down

0 comments on commit 7e41447

Please sign in to comment.