Update sbt-ci-release to 1.5.2 (#1106)

This commit is contained in:
Scala Steward 2020-02-09 17:47:24 +01:00 committed by GitHub
parent 095ca208c3
commit 7a9d6b2d8c

View file

@ -22,7 +22,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.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.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2")
// write markdown files with type-checked Scala
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.1")