Skip to content

Commit

Permalink
Update zio, zio-streams to 2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 25, 2024
1 parent 24acd66 commit 46b46ad
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 @@ -14,7 +14,7 @@ val sttpModelVersion = "1.7.10"

val scalaTestVersion = "3.2.18"
val zio1Version = "1.0.18"
val zio2Version = "2.0.10"
val zio2Version = "2.0.22"
val fs2_2_version: Option[(Long, Long)] => String = {
case Some((2, 11)) => "2.1.0"
case _ => "2.5.9"
Expand Down

0 comments on commit 46b46ad

Please sign in to comment.