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 597ba16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import scala.meta.tokens.Token
import scala.meta.tokens.Token.Equals
import scala.meta.tokens.Token.RightParen

import metaconfig.Configured
import scalafix.util.Trivia
import scalafix.v1._

Expand Down

0 comments on commit 597ba16

Please sign in to comment.