From 739fb648e729fb623525b3e12f3c191f5e9705ee Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:39:05 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 731b04f6f..ca07b5852 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val _scala3 = "3.3.4" inThisBuild( List( name := "ZIO Kafka", - zioVersion := "2.1.12", + zioVersion := "2.1.14", 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,