From 32e4d44e6dccb33322b92bf73df8b570fdc85e73 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 20 Jun 2019 09:42:22 +0200 Subject: [PATCH] Update sbt-ci-release to 1.2.6 (#88) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b3f49e806..f5e0126fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ plugins_( - "com.geirsson" % "sbt-ci-release" % "1.2.1", + "com.geirsson" % "sbt-ci-release" % "1.2.6", "io.get-coursier" % "sbt-coursier" % sbtCoursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", "com.jsuereth" % "sbt-pgp" % "1.1.2",