From 2237ec160239d201a6cec99e5f927622ac9e62fc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 29 Aug 2024 00:06:36 +0000 Subject: [PATCH] Update zio-prelude to 1.0.0-RC30 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index fd69f07e7c..7420c98d0d 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -52,7 +52,7 @@ object Versions { val derevo = "0.13.0" val newtype = "0.4.4" val monixNewtype = "0.2.3" - val zioPrelude = "1.0.0-RC29" + val zioPrelude = "1.0.0-RC30" val awsLambdaInterface = "2.6.0" val armeria = "1.30.0" val scalaJava8Compat = "1.0.2"