From 88589a67895a2b85f4499d0e20ceb92248dba3a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Nov 2020 03:28:06 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8fca99f2..beaed14a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")