We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683e154 commit 05b2f9aCopy full SHA for 05b2f9a
build.sbt
@@ -1,7 +1,6 @@
1
import sbtrelease._
2
import xerial.sbt.Sonatype._
3
import ReleaseStateTransformations._
4
-import com.typesafe.sbt.pgp.PgpKeys
5
import build._
6
7
ReleasePlugin.extraReleaseCommands
project/plugin.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
0 commit comments