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-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 6e6fbbb Use ApacheMavenSnapshotsRepo constant
6e6fbbb is described below
commit 6e6fbbbf0395a6d42c8a538d5fc9cf40a136a298
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri May 5 12:55:46 2023 +0200
Use ApacheMavenSnapshotsRepo constant
---
build.sbt | 2 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 44687ca..740e3c6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,7 +4,7 @@ ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubating-pekko-persistence-cassandra"
ThisBuild / resolvers += Resolver.jcenterRepo
-ThisBuild / resolvers += "Apache
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
+ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
// make version compatible with docker for publishing example project
ThisBuild / dynverSeparator := "-"
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 7d3c851..77a6958 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -14,7 +14,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
// 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]