From 9a59469115a6ed081ae5a87eea283b4fce56cb06 Mon Sep 17 00:00:00 2001 From: Ang Hao Yang Date: Sun, 9 Dec 2018 23:34:22 +0800 Subject: [PATCH] Bumped sbt pgp. --- build.sbt | 1 - project/plugins.sbt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f852716..df68269 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,6 @@ lazy val root = project in file(".") aggregate(core, contrib) dependsOn core set name := "wartremover-suppressor" ) -useGpg := true ThisBuild / publishTo := sonatypePublishTo.value import ReleaseTransformations._ diff --git a/project/plugins.sbt b/project/plugins.sbt index 313db96..8d83fc4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.3.7") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")