From cdf3b410a1a2aa6cd536e1b60c153bc0913ece41 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:40:45 +0200 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.18 (#772) Co-authored-by: Peter Kotula --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f4df7b66..24e253f62 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ inThisBuild( ), Developer("justcoon", "Peter Kotula", "peto.kotula@yahoo.com", url("https://github.com/justcoon")) ), - zioVersion := "2.0.17", + zioVersion := "2.0.18", scala212 := "2.12.17", scala213 := "2.13.10", scala3 := "3.3.0"