This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new b5c0aca Use ApacheMavenSnapshotsRepo constant
b5c0aca is described below
commit b5c0aca9a7275bfb51fb47e878bc886ebc37c25d
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 6 13:46:12 2023 +0200
Use ApacheMavenSnapshotsRepo constant
---
build.sbt | 4 ++--
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.sbt b/build.sbt
index b0b6cc2..43a0ed3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,7 +5,7 @@ ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-management"
ThisBuild / resolvers += Resolver.jcenterRepo
-ThisBuild / resolvers += "Apache
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
// root
lazy val root = project
@@ -252,7 +252,7 @@ lazy val integrationTestLocal = pekkoIntTestModule("local")
lazy val themeSettings = Seq(
// allow access to snapshots for pekko-sbt-paradox
- resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/"),
+ resolvers += Resolver.ApacheMavenSnapshotsRepo,
pekkoParadoxGithub :=
Some("https://github.com/apache/incubator-pekko-management"))
lazy val docs = project
diff --git a/project/build.properties b/project/build.properties
index 46e43a9..d6de1a0 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.8.2
+sbt.version=1.9.0-RC1
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ed04ec6..7dff65e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
resolvers += Resolver.jcenterRepo
// allow access to snapshots for pekko-sbt-paradox
-resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
+resolvers += Resolver.ApacheMavenSnapshotsRepo
// We have to deliberately use older versions of sbt-paradox because current
Pekko sbt build
// only loads on JDK 1.8 so we need to bring in older versions of parboiled
which support JDK 1.8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]