From 3ddc702197831d876adc697315f362cca6aa99cd Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Fri, 27 Sep 2024 21:05:55 +0000 Subject: [PATCH] Deploy website Deploy website version based on aadace9120b9454dca4e91e319516bd8df30e6aa --- docs/developers/api.html | 2 +- docs/developers/setup.html | 6 ++-- docs/developers/symbol-information.html | 48 ++++++++++++------------- docs/developers/tutorial.html | 2 +- docs/users/installation.html | 14 ++++---- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/developers/api.html b/docs/developers/api.html index 9cbe55033..793b5eaa6 100644 --- a/docs/developers/api.html +++ b/docs/developers/api.html @@ -74,7 +74,7 @@

The Scalafix public API documentation is composed of several packages.

Scalafix v1

Latest Scaladoc: -v0.12.1

+v0.13.0

The Scalafix v1 API is available through import scalafix.v1._. Key data structures include:

Next, we use SymbolInformation.signature to see if the symbol is a method with diff --git a/docs/users/installation.html b/docs/users/installation.html index 03d392b4e..d11f69c64 100644 --- a/docs/users/installation.html +++ b/docs/users/installation.html @@ -65,7 +65,7 @@

sbt

Start by installing the sbt 1.4+ plugin in project/plugins.sbt

// project/plugins.sbt
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
 

Scalafix is no longer published for Scala 2.11. You can run the final version @@ -81,7 +81,7 @@

// project/plugins.sbt
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") // final sbt 0.13.x version
-dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.12.1"
+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0"
 

Maven Central

@@ -365,10 +365,10 @@

cs install scalafix -./scalafix --version # Should say 0.12.1 +./scalafix --version # Should say 0.13.0

Help

-
Scalafix 0.12.1+170-aadace91-SNAPSHOT
+
Scalafix 0.13.0
 Usage: scalafix [options] [<path> ...]
 
 Scalafix is a refactoring and linting tool. Scalafix
@@ -538,12 +538,12 @@ 

If using the sbt plugin

 // project/plugins.sbt
- addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
+ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
 +resolvers += Resolver.sonatypeRepo("snapshots")
-+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.12.1+170-aadace91-SNAPSHOT"
++dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0"
 

If using the command-line interface

-
cs launch ch.epfl.scala:scalafix-cli_2.13.15:0.12.1+170-aadace91-SNAPSHOT -r sonatype:snapshots --main scalafix.cli.Cli -- --help
+
cs launch ch.epfl.scala:scalafix-cli_2.13.15:0.13.0 -r sonatype:snapshots --main scalafix.cli.Cli -- --help