diff --git a/build.sbt b/build.sbt index 646ad28d..a228b3fb 100644 --- a/build.sbt +++ b/build.sbt @@ -22,8 +22,7 @@ commands := commands.value.filterNot { command => } } -ThisBuild / reproducibleBuildsCheckResolver := - "Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/") +ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo ThisBuild / resolvers += Resolver.jcenterRepo diff --git a/project/build.properties b/project/build.properties index 30409871..51b51fce 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.5