From 31991d95e94f2bde81a41306cb40378a60d5dafc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:00:20 +0000 Subject: [PATCH 1/4] [2.2.x] logback-core 1.5.8 (was 1.5.7) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8ee31495..89fcea18 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val scala213 = "2.13.14" val scala3 = "3.3.3" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.7") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8") val assertj = Seq("org.assertj" % "assertj-core" % "3.26.3") From 00e7c76aaa997c9b1a408c85d6aa85056ebda7f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:00:24 +0000 Subject: [PATCH 2/4] [2.2.x] scala-library 2.13.15 (was 2.13.14) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 89fcea18..3f0f28ba 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import sbt._ object Dependencies { // Should be sync with GA (.github/workflows/build-test.yml) - val scala213 = "2.13.14" + val scala213 = "2.13.15" val scala3 = "3.3.3" val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8") From 8ee88984cb8de885e645ab34e398b4a6bc4e0eaa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:00:28 +0000 Subject: [PATCH 3/4] [2.2.x] scala3-library 3.3.4 (was 3.3.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3f0f28ba..d0fe1286 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { // Should be sync with GA (.github/workflows/build-test.yml) val scala213 = "2.13.15" - val scala3 = "3.3.3" + val scala3 = "3.3.4" val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8") From 4497d90547254ecc24537a32ff5228c4c2455814 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:00:30 +0000 Subject: [PATCH 4/4] [2.2.x] sbt 1.10.2 (was 1.10.1) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 7a3fbb32..6e08e6c6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.10.1 +sbt.version=1.10.2