diff --git a/project/plugins.sbt b/project/plugins.sbt index 921f5d3..c98a8e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ //addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") // sbt 1 only, see FAQ for 0.13 support -// addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "(version)") -// addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.60") \ No newline at end of file