diff options
| author | mergify[bot] | 2021-11-21 05:03:13 +0000 |
|---|---|---|
| committer | GitHub | 2021-11-21 05:03:13 +0000 |
| commit | af7f263941e796b20d65d984bdc4fa3739e2d9b6 (patch) | |
| tree | e0ca1e90bc86ae67e1d55d4d574e95acd7a94210 /project/plugins.sbt | |
| parent | 27b35f49bd1ec178e693a5e5ec33193a80bb1140 (diff) | |
| parent | 8f796df5693b560a086b95a24c5bd090064a639e (diff) | |
Merge branch 'master' into update/sbt-scoverage-1.9.2
Diffstat (limited to 'project/plugins.sbt')
| -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 5eea33af..588913c8 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") |
