From 7fc3325797cd0c0c50a5056ec616cae6c3eafb07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 08:49:38 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.12 (#158) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1121324..815a865 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.1" ) addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.10" \ No newline at end of file