From 85507ec3d276debf6773fa8866301992bec6a809 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Mon, 3 May 2021 21:02:49 -0400 Subject: [PATCH] Update sonatype plugin to 3.9.7 --- project/sbt-sonatype.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sbt-sonatype.sbt b/project/sbt-sonatype.sbt index 4377eea..3575cf0 100644 --- a/project/sbt-sonatype.sbt +++ b/project/sbt-sonatype.sbt @@ -2,5 +2,5 @@ // // [https://github.com/xerial/sbt-sonatype] // -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file