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-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 748e12f  Update sbt-apache-sonatype and handle rename
748e12f is described below

commit 748e12f8579bb2ec8dd8de6de331a8ea71612287
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 11:26:36 2023 +0200

    Update sbt-apache-sonatype and handle rename
---
 project/Publish.scala | 6 +++---
 project/plugins.sbt   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/project/Publish.scala b/project/Publish.scala
index 060bde7..42db853 100644
--- a/project/Publish.scala
+++ b/project/Publish.scala
@@ -14,15 +14,15 @@ package org.apache.pekko
 
 import sbt._
 import sbt.Keys._
-import org.mdedetrich.apache.sonatype.SonatypeApachePlugin
-import SonatypeApachePlugin.autoImport.apacheSonatypeDisclaimerFile
+import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin
+import ApacheSonatypePlugin.autoImport.apacheSonatypeDisclaimerFile
 import sbtdynver.DynVerPlugin
 import sbtdynver.DynVerPlugin.autoImport.dynverSonatypeSnapshots
 
 object Publish extends AutoPlugin {
 
   override def trigger = allRequirements
-  override def requires = SonatypeApachePlugin && DynVerPlugin
+  override def requires = ApacheSonatypePlugin && DynVerPlugin
 
   override lazy val projectSettings = Seq(
     crossPaths := false,
diff --git a/project/plugins.sbt b/project/plugins.sbt
index cdca2e0..09198d4 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -5,6 +5,6 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
 addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.7")
 addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.7")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to