diff --git a/build.sbt b/build.sbt index f62d562..3ebdc1c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ import com.typesafe.sbt.license.{DepModuleInfo, LicenseInfo} -import com.typesafe.sbt.pgp.PgpKeys._ +import com.jsuereth.sbtpgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" diff --git a/project/plugins.sbt b/project/plugins.sbt index 2bb9323..2e247a2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0") addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.4") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")