From 9a0e3ab52c25ffbde2bfa3041710448d2f036cca Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:25:14 +0000 Subject: [PATCH] Update zio-prelude from 1.0.0-RC42 to 1.0.0-RC44 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0398a5fdf..f15209a61 100644 --- a/build.sbt +++ b/build.sbt @@ -712,7 +712,7 @@ lazy val zio = (project in file("zio")) libraryDependencies += zioTestSbt, libraryDependencies += "dev.zio" %% "zio-kafka" % "2.12.0", libraryDependencies += zioJsonDep, - libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC42", + libraryDependencies += "dev.zio" %% "zio-prelude" % "1.0.0-RC44", libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test, testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework") )