From ef70fa2f8b2222b63d50293c10fcbd3f7e6b461e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Apr 2023 21:41:09 +0000 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31a848e..cf77313 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ inThisBuild( ) ) -val zioVersion = "2.0.4" +val zioVersion = "2.0.13" val zcaffeine = (project in file(".")) .settings(fmtAllAlias)