From d37ca61373488c4c4b7c76af8345bc4788a5d448 Mon Sep 17 00:00:00 2001 From: 47erbot <developer@47deg.com> Date: Fri, 12 Mar 2021 05:12:44 +0000 Subject: [PATCH] Update sbt-ci-release to 1.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 75ed1741..62ae795c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.9.1")