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-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 476ac80  Use ApacheMavenSnapshotsRepo constant
476ac80 is described below

commit 476ac80c9bf098f4f55196cd3ab84b5441f373f9
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 6 13:31:33 2023 +0200

    Use ApacheMavenSnapshotsRepo constant
---
 build.sbt                | 4 ++--
 project/build.properties | 3 +--
 project/plugins.sbt      | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/build.sbt b/build.sbt
index 71dd93b..96fc5ed 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-ThisBuild / resolvers += "Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";)
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
 sourceDistName := "incubating-pekko-persistence-r2dbc"
 
@@ -23,7 +23,7 @@ inThisBuild(
     // add snapshot repo when Pekko version overridden
     resolvers ++=
       (if (System.getProperty("override.pekko.version") != null)
-         Seq("Apache Nexus 
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/";))
+         Seq(Resolver.ApacheMavenSnapshotsRepo)
        else Seq.empty)))
 
 lazy val dontPublish = Seq(publish / skip := true, Compile / publishArtifact 
:= false)
diff --git a/project/build.properties b/project/build.properties
index 6cd347f..d6de1a0 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,2 +1 @@
-sbt.version=1.8.2
-
+sbt.version=1.9.0-RC1
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 6980e4e..c669046 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -9,7 +9,7 @@ addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % 
"0.1.5")
 
 //// docs
 // 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]

Reply via email to