From 53ba95ee470e30be5a0e46cfbcecb4eb0e718c49 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Jun 2025 03:05:42 +0000 Subject: [PATCH] Update sbt-ci-release to 1.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a8d6f7c..0904425 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")