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.git
The following commit(s) were added to refs/heads/main by this push:
new 62003e99aa Set Pekko Sbt Paradox to release
62003e99aa is described below
commit 62003e99aaf0a7d15c5a0f8d2ca34ecf1051d942
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:23:38 2024 +0100
Set Pekko Sbt Paradox to release
---
build.sbt | 2 --
project/plugins.sbt | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/build.sbt b/build.sbt
index 2b5b03a537..230490a690 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,8 +21,6 @@ ThisBuild / reproducibleBuildsCheckResolver :=
Resolver.ApacheMavenStagingRepo
ThisBuild / pekkoCoreProject := true
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
-
enablePlugins(
UnidocRoot,
UnidocWithPrValidation,
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 278c7e43f6..18533de8cb 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -31,6 +31,4 @@ addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1")
-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]