diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 00000000..4a8ad055 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,3 @@ +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1") + +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")