Skip to content

Commit

Permalink
Update publishing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 9, 2022
1 parent 3242928 commit 513f6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/sbt-sonatype.sbt
Original file line number Diff line number Diff line change
@@ -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")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
2 changes: 1 addition & 1 deletion sonatype.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 513f6b6

Please sign in to comment.