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 6983462 Add Apache to POM licenses field by updating
sbt-apache-sonatype
6983462 is described below
commit 6983462884f400412a104e3c7b1db6497e2796ab
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Feb 24 18:05:10 2023 +0100
Add Apache to POM licenses field by updating sbt-apache-sonatype
---
build.sbt | 1 -
project/plugins.sbt | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 3522079..852dc98 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,5 @@
scalaVersion := "2.13.10"
-licenses += "Apache-2.0" ->
url("https://www.apache.org/licenses/LICENSE-2.0.html")
ThisBuild / apacheSonatypeProjectProfile := "pekko"
lazy val publishSettings = Seq(
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a2ac190..29563fd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,4 +3,4 @@
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.3")
+addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.4")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]