From 6262c1f7942216beb6a9ee6a587f0dafc1dd783b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Fri, 17 Apr 2026 15:09:27 +0200 Subject: [PATCH] Upgrade to sbt-ci-release 1.11.2. This is necessary to publish on the new Sonatype infrastructure. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 05d5c04..c5ee5d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value