diff --git a/project/plugins.sbt b/project/plugins.sbt index 47487a35e..e2c20ff7c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,6 @@ plugins_( "com.geirsson" % "sbt-ci-release" % "1.3.1", "io.get-coursier" % "sbt-coursier" % sbtCoursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", - "com.jsuereth" % "sbt-pgp" % "1.1.2", "io.get-coursier" % "sbt-shading" % sbtCoursierVersion, "org.scala-sbt" % "sbt-contraband" % "0.4.4" )