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 ec3b927 Set Pekko Sbt Paradox to release
ec3b927 is described below
commit ec3b92752a8853c1bd6bf0bdcdef662b4d60b363
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:37:08 2024 +0100
Set Pekko Sbt Paradox to release
---
build.sbt | 1 -
project/plugins.sbt | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index f571c78..3500866 100644
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,6 @@ ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "apache-pekko-persistence-cassandra"
sourceDistIncubating := true
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
val mimaCompareVersion = "1.0.0"
lazy val root = project
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ec6d217..b354100 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -24,5 +24,4 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll(
"com.lightbend.paradox", "sbt-paradox"))
-resolvers += Resolver.ApacheMavenSnapshotsRepo
-addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" %
"1.0.1-RC1+5-13892678-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]