diff options
| author | Scala Steward | 2021-04-29 08:05:19 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-29 06:05:19 +0000 |
| commit | 992a0a69e7a064abfeef737fcfff22cb96ec8b65 (patch) | |
| tree | 534a9a820b8650a872951c068ac8e6ec04e00d15 /project | |
| parent | 441812548b1ccb9d9d73aec5bc759fa19b9e92a7 (diff) | |
Update sbt-ci-release to 1.5.7 (#1832)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 6ba47bfd..9ad3d988 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" % "0.8.1") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") // From FIRRTL for building from source addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27") |
