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")