From 278d951267c77e8be410fb0e63a0b37e107b45d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Mar 2021 06:40:48 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f1624c8..3febf2f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")