diff options
| author | Scala Steward | 2021-11-29 23:01:56 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-29 22:01:56 +0000 |
| commit | 989753267745bf01211e3de36517e79a6d0cf3e3 (patch) | |
| tree | e188b8e6c2491aef79734d1a2eb875f8ef97dbee | |
| parent | 563f6157a861d0f524a84d15fc8c2647c8cfb6ba (diff) | |
Update sbt-scalafix to 0.9.33 (#2262)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
| -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 518a7715..8c19290c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -25,4 +25,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") // From FIRRTL for building from source -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") |
