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-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new b71b03b Set Pekko Sbt Paradox to release
b71b03b is described below
commit b71b03b2d2029ae7b0c0758851d85198de7266f1
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:29:00 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 2a792d0..2bcd726 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,6 @@ sourceDistIncubating := true
val mimaCompareVersion = "1.0.0"
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
lazy val `pekko-persistence-jdbc` = project
.in(file("."))
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 899084c..4be95f5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -23,5 +23,4 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" %
"1.5.0").excludeAll(
"com.lightbend.paradox", "sbt-paradox"))
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
-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]