From b220a05775e97ee408ec5e6546fe08ad11856f53 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 9 Feb 2020 12:26:57 +0100 Subject: [PATCH] Update sbt-ci-release to 1.5.2 (#192) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2c8b170c8..7ff2b3434 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4") addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC5-3")