Update to the latest sbt-pgp

This commit is contained in:
Martynas Mickevičius 2019-04-18 15:57:40 +03:00
parent 692edecb51
commit f6e7ac1191
No known key found for this signature in database
GPG Key ID: E735DF276C508071

View File

@ -1,6 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")