diff options
| author | Jiuyang Liu | 2021-08-17 01:44:24 +0800 |
|---|---|---|
| committer | GitHub | 2021-08-17 01:44:24 +0800 |
| commit | b6929c9ad438db26055707b8ec5c66e4f70a22b8 (patch) | |
| tree | acafb4d6d01c0ecdd0ee50bbc7e2d7bea344e6bf | |
| parent | 1ceb974c55c6785c21ab3934fa750ade0702e276 (diff) | |
| parent | d3f10eddd25a9b1b211464a43635683c783e4bbe (diff) | |
Merge pull request #2072 from scala-steward/update/sbt-scalafix-0.9.30
Update sbt-scalafix to 0.9.30
| -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 1eca3137..b534ec90 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,4 +25,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") // From FIRRTL for building from source -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30") |
