diff --git a/build.sbt b/build.sbt index 0ed6815..20e7969 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val scala3 = List("3.1.0") val sttpModelVersion = "1.4.18" val scalaTestVersion = "3.2.10" -val zioVersion = "1.0.12" +val zioVersion = "1.0.13" val fs2_2_version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.1.0" case _ => "2.5.9"