mirror of https://github.com/sbt/sbt.git
Remove explicit dependency on sbt-pgp (#139)
sbt-ci-release should pull the right version itself
This commit is contained in:
parent
737a767516
commit
2a37eb24e2
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue