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 6dec1d7 commit 073b980Copy full SHA for 073b980
build.sbt
@@ -1,7 +1,6 @@
1
import sbt._
2
import sbt.Keys._
3
import sbtrelease.ReleasePlugin.autoImport._
4
-import com.typesafe.sbt.pgp.PgpKeys
5
import sbtcrossproject.CrossProject
6
import sbtcrossproject.CrossType
7
project/plugins.sbt
@@ -1,6 +1,6 @@
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
0 commit comments