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 04272a5 Update sbt-apache-sonatype and handle rename
04272a5 is described below
commit 04272a5f08bcdd59586c638281ef7cf6448f61ff
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 20 11:32:20 2023 +0200
Update sbt-apache-sonatype and handle rename
---
project/ProjectAutoPlugin.scala | 6 +++---
project/plugins.sbt | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/project/ProjectAutoPlugin.scala b/project/ProjectAutoPlugin.scala
index f062d8c..5e70741 100644
--- a/project/ProjectAutoPlugin.scala
+++ b/project/ProjectAutoPlugin.scala
@@ -10,15 +10,15 @@
import sbt.Keys._
import sbt._
import sbt.plugins.JvmPlugin
-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 ProjectAutoPlugin extends AutoPlugin {
object autoImport {}
- override val requires = JvmPlugin && SonatypeApachePlugin && DynVerPlugin
+ override val requires = JvmPlugin && ApacheSonatypePlugin && DynVerPlugin
override def globalSettings =
Seq(
diff --git a/project/plugins.sbt b/project/plugins.sbt
index cb3a690..6af3d68 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" %
"0.7.0")
// release
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-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")
// docs
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]