Update sbt-ci-release to 1.9.2 (#5817)

This commit is contained in:
Scala Steward 2024-12-21 23:58:49 +01:00 committed by GitHub
parent 97f807444a
commit 916507ad00
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.6")
//tool to publish snapshots to sonatype after CI builds finish //tool to publish snapshots to sonatype after CI builds finish
//https://github.com/olafurpg/sbt-ci-release //https://github.com/olafurpg/sbt-ci-release
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
// write markdown files with type-checked Scala // write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc //https://github.com/scalameta/mdoc