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