From 83938d3d66e228343895438f055b9d4d4de4c705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:37:50 +0000 Subject: [PATCH] chore(deps): update dependency org.xerial.sbt:sbt-sonatype to v3.12.2 --- clients/algoliasearch-client-scala/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/algoliasearch-client-scala/project/plugins.sbt b/clients/algoliasearch-client-scala/project/plugins.sbt index 84bf0974b5..e0a67a36f9 100644 --- a/clients/algoliasearch-client-scala/project/plugins.sbt +++ b/clients/algoliasearch-client-scala/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")