From a16002049b728be73fe7105948cc8e11a1a43f72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:01:32 +0200 Subject: [PATCH] chore(deps): update zioversion to v2.1.11 (#345) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c012902..629116f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val scala33 = "3.5.0" val mainScala = scala33 val allScala = Seq(scala33, scala213) -val zioVersion = "2.1.9" +val zioVersion = "2.1.11" val pravegaVersion = "0.13.0" def scalacOptionsFor(scalaVersion: String): Seq[String] =