We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202d26e commit ee50f81Copy full SHA for ee50f81
README.md
@@ -9,7 +9,13 @@ Collection of [pre-commit](https://pre-commit.com/) hooks for scala
9
## Alternative
10
11
* [pre-commit-scalafmt](https://github.com/coyainsurance/pre-commit-scalafmt)
12
+* Run scalafmt on compile
13
14
## How to upgrade scalafix or scalafmt ?
15
-Download the newer version with `coursier bootstrap` then commit the result
16
+Download the newer version with coursier then commit the result
17
+
18
+```bash
19
+cs bootstrap scalafmt -o scalafmt -f
20
+cs bootstrap scalafix -o scalafix -f
21
+```
0 commit comments