Update sbt-ci-release to 1.5.12 (#5064)

This commit is contained in:
Scala Steward 2023-05-05 21:26:49 +02:00 committed by GitHub
parent 2fdd237e20
commit 475ed33716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
//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.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc