diff options
| author | Jiuyang Liu | 2021-11-16 03:33:56 +0800 |
|---|---|---|
| committer | GitHub | 2021-11-16 03:33:56 +0800 |
| commit | 8c24afd170bdc32e8220f493fc7c64b5e7bd01e8 (patch) | |
| tree | 79a969333c9af8fdd3208890bf4a419f4fc3b6d5 | |
| parent | 00b6a9a9ef398320fc6ffe451b0a757f69aae7bd (diff) | |
| parent | 4606b30b02284ab82dd46f2345ecb96c39e57c99 (diff) | |
Merge branch 'master' into remove_toBools
| -rw-r--r-- | project/plugins.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index d0b2f953..2690aa31 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") +addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15") @@ -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.31") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32") |
