From c9873910e47209c6a7e1ac38a1fbfd98856448f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jun 2024 01:48:45 +0000 Subject: [PATCH] Update zio-prelude to 1.0.0-RC27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8c7d07c7..0f656f3a8 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" val zioVersion = "2.1.1" val zioAwsVersion = "7.21.15.12" val zioSchemaVersion = "0.4.17" -val zioPreludeVersion = "1.0.0-RC25" +val zioPreludeVersion = "1.0.0-RC27" val zioInteropCats3Version = "23.1.0.2" val catsEffect3Version = "3.5.4" val fs2Version = "3.10.2"