Skip to content

Commit

Permalink
bump to rule built against 0.12.x to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Aug 25, 2024
1 parent cc262ea commit d7ed82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Central. To install a custom rule, add it to `scalafixDependencies`
```scala
// at the top of build.sbt
ThisBuild / scalafixDependencies +=
"ch.epfl.scala" %% "example-scalafix-rule" % "3.0.0"
"ch.epfl.scala" %% "example-scalafix-rule" % "4.0.0"
```

Start sbt and type `scalafix <TAB>`, once the `example-scalafix-rule` dependency
Expand Down

0 comments on commit d7ed82f

Please sign in to comment.