From bdfdc3d0672d3722b63cc4fc12bd967bab4843ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 16:33:54 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 44c49fb..b0db712 100644 --- a/build.sbt +++ b/build.sbt @@ -37,5 +37,5 @@ lazy val plugin = project addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"), addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"), addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"), - addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") + addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8c1f593..48fe06d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ Compile / unmanagedSourceDirectories += addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")