From ff9bdc1644cf25e609122c9eb18d8302445b5983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:03:01 +0100 Subject: [PATCH] Update sbt-sonatype to 3.9.11 (#154) 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 b98e0c3..26a0f3d 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.0" ) addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" \ No newline at end of file