diff options
| author | Scala Steward | 2021-10-04 22:50:52 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-04 20:50:52 +0000 |
| commit | 0fab5e3067e1f461c1987c04cf789172cd4055cf (patch) | |
| tree | 6e32495627b2dc65ec4f2dca009913c7aa679138 | |
| parent | fa8b9e83744ee6193c455065a5c3210834ce1a23 (diff) | |
Update sbt-ci-release to 1.5.9 (#2139)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
