Update sbt-ci-release to 1.9.0 (#5731)

This commit is contained in:
Scala Steward 2024-10-22 22:19:52 +02:00 committed by GitHub
parent 88125a3575
commit 528ceae9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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