From 51fc8ff9dd94d29dbbd722e5fa4613d2e04ead4b Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:38:08 +0000 Subject: [PATCH] Update zio-streams, zio-test-sbt to 2.1.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1ac67239..a0e45409f 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val _scala3 = "3.3.4" inThisBuild( List( name := "ZIO Kafka", - zioVersion := "2.1.9", + zioVersion := "2.1.11", scalaVersion := _scala213, // zio-sbt defines these 'scala213' and 'scala3' settings, but we need to define them here to override the defaults and better control them scala213 := _scala213,