From 48764b106db729384da4219bb045c06f4b37b3fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 23:19:38 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31a848e..869fe3d 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild( ) ) -val zioVersion = "2.0.4" +val zioVersion = "2.0.15" val zcaffeine = (project in file(".")) .settings(fmtAllAlias)