diff --git a/project/plugins.sbt b/project/plugins.sbt index 5a3ae90..924a084 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers += Resolver.url( resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")