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-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new a43935a Updates sbt-apache-sonatype
a43935a is described below
commit a43935a7d022edc575892a7a92689a0b9753eb56
Author: Matthew de Detrich <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]