From 40d425e4a8b65097547b55b52ed40c13bdb41542 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:44:21 +0200 Subject: [PATCH] Update sbt-ci-release to 1.3.1 (#323) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf9b3de9..8e1c6300 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.6") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.1") addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")