From dd8b12105030c4489e38ad6f69419a42516e5122 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Feb 2023 21:25:39 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 1.0.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 863ca5f..98a5791 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = project unusedCompileDependenciesFilter -= moduleFilter("org.scala-js", "scalajs-library") ) -val zioVersion = "1.0.9" +val zioVersion = "1.0.18" lazy val interopScalaz7x = crossProject(JSPlatform, JVMPlatform) .in(file("interop-scalaz7x"))