From 0d9ac8d6c1eec96a768a9863306c7e94d0d15d49 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 15:09:26 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f12898..03c520d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") // workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin