You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/28 17:27:35 UTC

[incubator-pekko-sbt-paradox] 01/01: Updates sbt-apache-sonatype

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch update-sbt-apache-sonatype
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git

commit 2dee1ba5538f63b16ca3c0dcdd3635070b46654c
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Tue Feb 28 18:26:01 2023 +0100

    Updates sbt-apache-sonatype
---
 build.sbt           | 2 --
 project/plugins.sbt | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 6e087c2..5aa13a9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,7 +23,6 @@ lazy val pekkoTheme = project
   .in(file("theme"))
   .enablePlugins(ParadoxThemePlugin)
   .settings(
-    organization := "org.apache.pekko",
     name := "pekko-theme-paradox",
     libraryDependencies ++= Seq(
       "io.github.jonas" % "paradox-material-theme" % "0.6.0",
@@ -35,7 +34,6 @@ lazy val pekkoPlugin = project
   .enablePlugins(SbtPlugin)
   .settings(
     sbtPlugin := true,
-    organization := "org.apache.pekko",
     name := "pekko-sbt-paradox",
     scriptedLaunchOpts := {
       scriptedLaunchOpts.value ++
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 96b21fa..18b0e81 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,5 +3,5 @@
 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3")
 addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.4")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.5")
 addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org