From 6a1c1425bb8424d68ac131ef0c0f1b2a5e8d942e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jun 2019 09:24:42 +0200 Subject: [PATCH] Update sbt-sonatype to 2.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cb21faa..993edc8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")