From 5a4a68c18a1365174259ad9538545f5c7623b4d7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:39:14 +0100 Subject: [PATCH 1/2] bump: sbt 1.9.9 (was 1.9.8) (#1274) --- native-image-tests/project/build.properties | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native-image-tests/project/build.properties b/native-image-tests/project/build.properties index abbbce5d..04267b14 100644 --- a/native-image-tests/project/build.properties +++ b/native-image-tests/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 diff --git a/project/build.properties b/project/build.properties index abbbce5d..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From fc107fd001eac2d21b998880bdd4afb502ea990e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:39:30 +0100 Subject: [PATCH 2/2] bump: scala3-library 3.3.3 (was 3.3.1) (#1273) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e235528a..4b7c17fb 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ import Keys._ object Dependencies { val Scala213 = "2.13.12" - val Scala3 = "3.3.1" + val Scala3 = "3.3.3" val CrossScalaVersions = Seq(Scala213, Scala3) // Align the versions in integration-test/kubernetes-api-java/pom.xml