From 68d11a4298ea390a42cefa99e6fb22d2b3cc0992 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Sep 2019 05:32:16 +0200 Subject: [PATCH] Update sbt-sonatype to 2.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b48755..1760934 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,5 +7,5 @@ resolvers ++= Seq( ) addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.6") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")