diff --git a/project/plugins.sbt b/project/plugins.sbt index e12a826..8b8a48d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")