From 246e2e2de449a0dd664879997a168f0cc8a10e74 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 Jan 2021 04:03:03 +0100 Subject: [PATCH] Update sbt-pgp to 2.1.1 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f62d562754..3ebdc1c77e 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 2bb93235f0..2e247a2d54 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0") 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")