From 92f0a88ad606673c229509d0dfb4e97ad2a6b6bc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:00:04 +0200 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.11 (#895) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f30897ce..47d382c2 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ inThisBuild( ), Developer("justcoon", "Peter Kotula", "peto.kotula@yahoo.com", url("https://github.com/justcoon")) ), - zioVersion := "2.1.9", + zioVersion := "2.1.11", scala213 := "2.13.14" ) )