This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
The following commit(s) were added to refs/heads/main by this push:
new e93c48f4 use sbt plugin release (#101)
e93c48f4 is described below
commit e93c48f4e29b2884ac11be8b6b72f873fc024e6e
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Mar 16 16:51:57 2024 +0100
use sbt plugin release (#101)
---
build.sbt | 2 --
project/plugins.sbt | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/build.sbt b/build.sbt
index 4aebb430..6cdd3cb9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,8 +17,6 @@
enablePlugins(ParadoxPlugin, PekkoParadoxPlugin)
-resolvers += Resolver.ApacheMavenSnapshotsRepo
-
name := "incubator-pekko-site"
pekkoParadoxGithub := None
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 73f04c04..edd4d8c2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,6 +15,4 @@
* limitations under the License.
*/
-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]