From 03e6e7b47e6b5f26ff4cce6cd91cdc2a731c8d10 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 29 Dec 2019 19:57:07 +0100 Subject: [PATCH] Update sbt-ci-release to 1.5.0 (#172) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 45520b9d6..6ebe185e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-2")