From 0fab5e3067e1f461c1987c04cf789172cd4055cf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 4 Oct 2021 22:50:52 +0200 Subject: Update sbt-ci-release to 1.5.9 (#2139) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index a96b41ac..1b541161 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,7 +22,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.0") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") // From FIRRTL for building from source addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") -- cgit v1.2.3