From 5a164f54eb2f156aa6a3244d4da83e3571ebd88d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 14 Feb 2018 19:09:34 -0800 Subject: Add missing plugins required to auto-release --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index a1e2f8a..8d0ff3c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,5 @@ ivyLoggingLevel := UpdateLogging.Quiet addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.2.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") -- cgit v1.2.3