diff --git a/docs/developers/symbol-information.html b/docs/developers/symbol-information.html index 7c45e4e28..921c7b486 100644 --- a/docs/developers/symbol-information.html +++ b/docs/developers/symbol-information.html @@ -336,27 +336,27 @@
For Java methods, use SymbolInformation.isStatic
to separate static methods
@@ -364,14 +364,14 @@
Overloaded methods can be inherited from supertypes.
diff --git a/docs/users/installation.html b/docs/users/installation.html index a9bdc183f..f7c1ac36c 100644 --- a/docs/users/installation.html +++ b/docs/users/installation.html @@ -380,7 +380,7 @@Scalafix 0.14.0+4-1f53de67-SNAPSHOT
+Scalafix 0.14.0+6-e35025e9-SNAPSHOT
Usage: scalafix [options] [<path> ...]
Scalafix is a refactoring and linting tool. Scalafix
@@ -552,10 +552,10 @@ // project/plugins.sbt
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
+resolvers += Resolver.sonatypeRepo("snapshots")
-+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.14.0+4-1f53de67-SNAPSHOT"
++dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.14.0+6-e35025e9-SNAPSHOT"
If using the command-line interface
-cs launch ch.epfl.scala:scalafix-cli_2.13.16:0.14.0+4-1f53de67-SNAPSHOT -r sonatype:snapshots --main scalafix.cli.Cli -- --help
+cs launch ch.epfl.scala:scalafix-cli_2.13.16:0.14.0+6-e35025e9-SNAPSHOT -r sonatype:snapshots --main scalafix.cli.Cli -- --help