From 2a37eb24e2782c97a5bddef3009866d795fcc16b Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 17 Sep 2019 12:50:15 +0200 Subject: [PATCH] Remove explicit dependency on sbt-pgp (#139) sbt-ci-release should pull the right version itself --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) 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" )