From 28c8b6fc89a6ec9bb853753bc3b66efd6c0c4538 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 13 Jan 2016 12:52:35 +0900 Subject: [PATCH] Revert to sbt-sonatype 1.1 --- project/plugins.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2cd117ab..37b571d7 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,6 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.0") + +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")