Skip to content

Commit 0f06ad4

Browse files
committed
Upgrade sbt-pgp to 2.0.0
1 parent 2ba130a commit 0f06ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import java.io.File
22
import java.nio.file._
33

44
import Modes._
5-
import com.typesafe.sbt.pgp.PgpKeys
5+
import com.jsuereth.sbtpgp.PgpKeys
66
import sbt.Keys._
77
import sbt._
88
import complete.DefaultParsers._

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M8")
66

77
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
88

9-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
9+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
1010

1111
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.10.1")
1212

0 commit comments

Comments
 (0)