From 2ee56d15278f5fc66ff1864e8100cc134ee9cf4d Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Wed, 3 Apr 2024 21:12:57 -0400 Subject: [PATCH] Bump sbt-sonatype plugin to v.3.10.0 --- 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 1a2f00f..c8195ff 100644 --- a/project/sbt-sonatype.sbt +++ b/project/sbt-sonatype.sbt @@ -1,3 +1,3 @@ // [https://github.com/xerial/sbt-sonatype] -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")