diff options
| author | Scala Steward | 2021-10-20 03:10:54 +0200 |
|---|---|---|
| committer | GitHub | 2021-10-20 01:10:54 +0000 |
| commit | 24d3b2614545945048c332e589db1e3a7cd4c38a (patch) | |
| tree | d54b263838c72e008643dad33dfe2d3490077aee | |
| parent | 7931172c0af79e932c6fe373846a7804c820be15 (diff) | |
Update sbt-ci-release to 1.5.10 (#2183)
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 1b541161..4c759e35 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.github.sbt" % "sbt-ci-release" % "1.5.9") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // From FIRRTL for building from source addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") |
