From bdbf03156662008c63afaa6af9eb8e71656efb9b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 17 Sep 2019 12:50:38 +0200 Subject: [PATCH] Update sbt-ci-release to 1.3.2 (#140) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e2c20ff7c..8268e23ac 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ plugins_( - "com.geirsson" % "sbt-ci-release" % "1.3.1", + "com.geirsson" % "sbt-ci-release" % "1.3.2", "io.get-coursier" % "sbt-coursier" % sbtCoursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", "io.get-coursier" % "sbt-shading" % sbtCoursierVersion,