Skip to content

Commit 073b980

Browse files
committed
Fix sbt-pgp not working
1 parent 6dec1d7 commit 073b980

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sbt._
22
import sbt.Keys._
33
import sbtrelease.ReleasePlugin.autoImport._
4-
import com.typesafe.sbt.pgp.PgpKeys
54
import sbtcrossproject.CrossProject
65
import sbtcrossproject.CrossType
76

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
44

55
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
66

0 commit comments

Comments
 (0)