From 536d309873f553ccc00c4fac307b6a16fa747eb2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:43:06 +0200 Subject: [PATCH 1/3] Update zio, zio-streams, zio-test, ... to 2.0.17 (#765) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03732b69c..1f4df7b66 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.16", + zioVersion := "2.0.17", scala212 := "2.12.17", scala213 := "2.13.10", scala3 := "3.3.0" From 47dde01dfaaa5808281f85c333ee7ccc4c725596 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:38:01 +0200 Subject: [PATCH 2/3] Update slf4j-api to 2.0.9 (#771) Co-authored-by: Peter Kotula --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 91f83b06c..0a4600625 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { val slf4jVersion = "1.7.36" - val slf4j2Version = "2.0.7" + val slf4j2Version = "2.0.9" val logbackVersion = "1.2.12" val logback2Version = "1.4.11" val scalaCollectionCompatVersion = "2.11.0" From bfd032d8381b1a7eee0dbcfe80665edc95677fbf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:45:23 +0200 Subject: [PATCH 3/3] Update sbt to 1.9.6 (#769) Co-authored-by: Peter Kotula --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 06969a377..303541e50 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.4 +sbt.version = 1.9.6