From 8c8ee69064b7b1a0b9cb8a1bf61a70c201cc3590 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Thu, 1 Sep 2022 22:23:07 -0400 Subject: [PATCH] Update sbt-sonatype to 3.9.13 --- 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 03dc802..6faa5d4 100644 --- a/project/sbt-sonatype.sbt +++ b/project/sbt-sonatype.sbt @@ -1,4 +1,4 @@ // [https://github.com/xerial/sbt-sonatype] -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") // [https://github.com/sbt/sbt-pgp] addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file