From b86f372a775b58780d8062bf324040ce669ec751 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2019 23:11:27 +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 431def0..6968443 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.7.0") addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.12") addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.6") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")