diff --git a/project/plugins.sbt b/project/plugins.sbt index 0dc240c58..7184ee2f1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ plugins_( "org.scala-sbt" % "sbt-contraband" % "0.4.1", "io.get-coursier" % "sbt-coursier" % coursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", - "com.jsuereth" % "sbt-pgp" % "1.1.1", + "com.jsuereth" % "sbt-pgp" % "1.1.2", "io.get-coursier" % "sbt-shading" % coursierVersion )