From 9e62448880bd28fbc73026b004cedfac1204c814 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Sep 2023 15:26:54 +0000 Subject: [PATCH] Update zio, zio-concurrent, zio-test, ... to 2.0.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 41c1384ed..73ea3e6f1 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ lazy val kyo = `kyo-bench` ) -val zioVersion = "2.0.17" +val zioVersion = "2.0.18" lazy val `kyo-core-settings` = `kyo-settings` ++ Seq( libraryDependencies += "dev.zio" %%% "izumi-reflect" % "2.3.8",