From a0421ecbb484166dd33a711d8b13147e56e36184 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 Feb 2021 06:41:40 +0100 Subject: [PATCH] Update zio, zio-streams to 1.0.4-2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 335a717..f2fc20c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val scala3 = List("3.0.0-M3") val sttpModelVersion = "1.3.1" val scalaTestVersion = "3.2.4-M1" -val zioVersion = "1.0.4-1" +val zioVersion = "1.0.4-2" val fs2Version: Option[(Long, Long)] => String = { case Some((2, 11)) => "2.1.0" case _ => "2.5.0"