Skip to content

Commit 0d56819

Browse files
author
Docusaurus bot
committed
Deploy website
Deploy website version based on d98d931
1 parent 93c6873 commit 0d56819

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/users/installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h2><a class="anchor" aria-hidden="true" id="command-line"></a><a href="#command
384384
</code></pre>
385385
</blockquote>
386386
<h3><a class="anchor" aria-hidden="true" id="help"></a><a href="#help" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Help</h3>
387-
<pre><code class="hljs">Scalafix <span class="hljs-number">0.14</span>.<span class="hljs-number">6</span>+<span class="hljs-number">79</span>-<span class="hljs-number">23</span>df915b-SNAPSHOT
387+
<pre><code class="hljs">Scalafix <span class="hljs-number">0.14</span>.<span class="hljs-number">6</span>+<span class="hljs-number">81</span>-d98d9312-SNAPSHOT
388388
Usage: scalafix [options] [&lt;path&gt; ...]
389389

390390
Scalafix <span class="hljs-keyword">is</span> a refactoring <span class="hljs-keyword">and</span> linting tool. Scalafix
@@ -569,10 +569,10 @@ <h2><a class="anchor" aria-hidden="true" id="snapshot"></a><a href="#snapshot" a
569569
<pre><code class="hljs css language-diff"> // project/plugins.sbt
570570
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
571571
<span class="hljs-addition">+resolvers += Resolver.sonatypeCentralSnapshots</span>
572-
<span class="hljs-addition">+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.14.6+79-23df915b-SNAPSHOT"</span>
572+
<span class="hljs-addition">+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.14.6+81-d98d9312-SNAPSHOT"</span>
573573
</code></pre>
574574
<p>If using the command-line interface:</p>
575-
<pre><code class="hljs css language-sh">cs launch ch.epfl.scala:scalafix-cli_2.13.18:0.14.6+79-23df915b-SNAPSHOT -r https://central.sonatype.com/repository/maven-snapshots --main scalafix.cli.Cli -- --<span class="hljs-built_in">help</span>
575+
<pre><code class="hljs css language-sh">cs launch ch.epfl.scala:scalafix-cli_2.13.18:0.14.6+81-d98d9312-SNAPSHOT -r https://central.sonatype.com/repository/maven-snapshots --main scalafix.cli.Cli -- --<span class="hljs-built_in">help</span>
576576
</code></pre>
577577
</span></div></article></div><div class="docs-prevnext"><a class="docs-next button" href="/scalafix/docs/users/configuration.html"><span>Configuration</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#support">Support</a></li><li><a href="#sbt">sbt</a><ul class="toc-headings"><li><a href="#settings-and-tasks">Settings and tasks</a></li><li><a href="#main-and-test-sources">Main and test sources</a></li><li><a href="#integration-tests">Integration tests</a></li><li><a href="#multi-module-builds">Multi-module builds</a></li><li><a href="#enforce-in-ci">Enforce in CI</a></li><li><a href="#cache-in-ci">Cache in CI</a></li><li><a href="#run-scalafix-automatically-on-compile">Run Scalafix automatically on compile</a></li><li><a href="#run-custom-rules">Run custom rules</a></li><li><a href="#exclude-files-from-semanticdb-scala-2x-only">Exclude files from SemanticDB (Scala 2.x only)</a></li><li><a href="#exclude-files-from-scalafix">Exclude files from Scalafix</a></li><li><a href="#customize-semanticdb-output-directory">Customize SemanticDB output directory</a></li><li><a href="#disable-scalafix-for-specific-project">Disable Scalafix for specific project</a></li><li><a href="#enable-semanticdb-for-current-shell-session">Enable SemanticDB for current shell session</a></li><li><a href="#example-project">Example project</a></li></ul></li><li><a href="#command-line">Command line</a><ul class="toc-headings"><li><a href="#help">Help</a></li><li><a href="#multiple-values-for-cli-flags">Multiple values for CLI flags</a></li></ul></li><li><a href="#support-in-other-build-tools">Support in other build tools</a></li><li><a href="#snapshot">SNAPSHOT</a></li></ul></nav></div><footer class="nav-footer" id="footer" style="background-color:#15242B"><section class="sitemap"><a href="/scalafix/" class="nav-home"><img src="/scalafix/img/scalafix-brand-small2x.png" alt="Scalafix" width="52" height="52"/></a><div><h5>Docs</h5><a href="
578578
/scalafix/docs/users/installation.html">Get started</a><a href="

0 commit comments

Comments
 (0)