Update sbt-ci-release to 1.5.5 (#2322)

This commit is contained in:
Scala Steward 2020-12-06 15:07:05 +01:00 committed by GitHub
parent 8f9f7750d9
commit 5927a2e2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.5")
//tool to publish snapshots to sonatype after CI builds finish
//https://github.com/olafurpg/sbt-ci-release
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13")