From 163eb1cbc613dcf39c6b956d060a316a23ae53c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jan 2021 03:16:31 +0100 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 1.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8cb94341..27706ec7 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ inThisBuild( addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") -val zioVersion = "1.0.3" +val zioVersion = "1.0.4" val zioNioVersion = "1.0.0-RC9" val zioConfigVersion = "1.0.0-RC30-1" val zioInteropCatsVersion = "2.2.0.1"