Update sbt-ci-release to 1.3.2 (#745)

This commit is contained in:
Scala Steward 2019-09-17 10:45:18 +02:00 committed by Chris Stewart
parent de41d63017
commit 20a84d8d89

View file

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