From 883e776a2070f21001a43663f4981114480dd014 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 19 Aug 2024 21:38:32 +0200 Subject: [PATCH] sbt-sonatype 3.11.3 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f264e03..e4340c0 100644 --- a/build.sbt +++ b/build.sbt @@ -28,5 +28,5 @@ lazy val plugin = project addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1"), addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1"), addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1"), - addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") + addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 811ae9c..254efc0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ unmanagedSourceDirectories.in(Compile) += addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")