From 513f6b68c9475754595994cab72eeabf465180f2 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 8 Feb 2022 21:30:42 -0500 Subject: [PATCH] Update publishing plugins --- project/sbt-sonatype.sbt | 4 ++-- sonatype.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/sbt-sonatype.sbt b/project/sbt-sonatype.sbt index 3c3620a..03dc802 100644 --- a/project/sbt-sonatype.sbt +++ b/project/sbt-sonatype.sbt @@ -1,4 +1,4 @@ // [https://github.com/xerial/sbt-sonatype] -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") // [https://github.com/sbt/sbt-pgp] -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file diff --git a/sonatype.sbt b/sonatype.sbt index d96d0a9..cffca9f 100644 --- a/sonatype.sbt +++ b/sonatype.sbt @@ -5,7 +5,7 @@ import xerial.sbt.Sonatype.GitHubHosting sonatypeProfileName := "com.github.jpsacha" sonatypeProjectHosting := Some(GitHubHosting("jpsacha", "sbt-install4j", "jpsacha@gmail.com")) -publishTo := sonatypePublishTo.value +publishTo := sonatypePublishToBundle.value developers := List( Developer(id = "jpsacha", name = "Jarek Sacha", email = "jpsacha@gmail.com", url = url("https://github.com/jpsacha"))