We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba130a commit 0f06ad4Copy full SHA for 0f06ad4
project/Build.scala
@@ -2,7 +2,7 @@ import java.io.File
2
import java.nio.file._
3
4
import Modes._
5
-import com.typesafe.sbt.pgp.PgpKeys
+import com.jsuereth.sbtpgp.PgpKeys
6
import sbt.Keys._
7
import sbt._
8
import complete.DefaultParsers._
project/plugins.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
9
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
10
11
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.10.1")
12
0 commit comments