From 528ceae9d423bf2b8bbef2767f2d871689e00dd4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:19:52 +0200 Subject: [PATCH] Update sbt-ci-release to 1.9.0 (#5731) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 580805768d..e13d435187 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -31,7 +31,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.3") //tool to publish snapshots to sonatype after CI builds finish //https://github.com/olafurpg/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") // write markdown files with type-checked Scala //https://github.com/scalameta/mdoc