From 2d450617e2686190b0e178c42c99d723a38af714 Mon Sep 17 00:00:00 2001 From: Erik van Oosten Date: Thu, 21 Nov 2024 12:49:24 +0100 Subject: [PATCH] Revert "Update zio, zio-streams, zio-test, ... to 2.1.13 (#1399)" This reverts commit ee4bff8314c39fd993f1187acdc1e7b670a3e5ea. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da0199add..425c2c41a 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.13", + zioVersion := "2.1.12", 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,