From 18df7a31bc447bec38207e07e9dc1ae2d52d86ef Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Thu, 14 Sep 2023 09:18:31 +0200 Subject: [PATCH] Update to SBT 1.9.6 and use Apache Staging repo constant (cherry picked from commit d0b9c43bb55f22e6f481de432867ddeb0de7da40) --- build.sbt | 3 +-- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index aba38116425..3daf08f7989 100644 --- a/build.sbt +++ b/build.sbt @@ -24,8 +24,7 @@ commands := commands.value.filterNot { command => } } -ThisBuild / reproducibleBuildsCheckResolver := - "Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/") +ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo enablePlugins( UnidocRoot, diff --git a/project/build.properties b/project/build.properties index 30409871515..27430827bc2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.6