From 8ca42912bd8145ad3cd9ed48d1d29e3470942be9 Mon Sep 17 00:00:00 2001 From: Coralogix Automation Golem <83012444+coralogix-automation-golem@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:35:14 +0300 Subject: [PATCH] Update zio-prelude from 1.0.0-RC27 to 1.0.0-RC31 (#629) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5392cdb2..1edaf652 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val zioConfigVersion = "4.0.2" val zioLoggingVersion = "2.3.1" val sttpVersion = "3.9.7" val zioNioVersion = "2.0.2" -val zioPreludeVersion = "1.0.0-RC27" +val zioPreludeVersion = "1.0.0-RC31" Global / onChangedBuildSource := ReloadOnSourceChanges