From 42e3879f60552147b2b62d7166a2a1ba2a58fb6e Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Sun, 25 Aug 2024 00:20:12 +0000 Subject: [PATCH] Update zio-prelude to 1.0.0-RC29 in main Signed-off-by: Hyperledger Bot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 56ab021bf1..c7a1e381fd 100644 --- a/build.sbt +++ b/build.sbt @@ -79,7 +79,7 @@ lazy val V = new { val scalaUri = "4.0.3" val jwtCirceVersion = "9.4.6" - val zioPreludeVersion = "1.0.0-RC26" + val zioPreludeVersion = "1.0.0-RC29" val apollo = "1.3.5"