Update sbt-ci-release to 1.3.1 (#186)

This commit is contained in:
Scala Steward 2019-09-07 10:48:43 +02:00 committed by Paul Campbell
parent c5d7d4933c
commit 00f45cd4dc

View file

@ -1,5 +1,5 @@
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.6")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")