From c2c6b0c435d2f88cae5ae30d4cd45dab1e26b04e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:38:14 +0200 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.16 (#761) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4336419..03732b69 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.15", + zioVersion := "2.0.16", scala212 := "2.12.17", scala213 := "2.13.10", scala3 := "3.3.0"