Skip to content

Commit

Permalink
Use an sbt-scalafmt badge that shows the actual latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
taig authored and kitbellew committed Feb 15, 2024
1 parent cb53e7a commit 05b7202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % SBT_PLUGIN_VERSION)
```

Latest published version of the sbt plugin:
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scalameta/sbt-scalafmt/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.scalameta/sbt-scalafmt)
[![sbt-scalafmt Scala version support](https://index.scala-lang.org/scalameta/sbt-scalafmt/sbt-scalafmt/latest.svg)](https://index.scala-lang.org/scalameta/sbt-scalafmt/sbt-scalafmt)

To configure the scalafmt version add the following line into `.scalafmt.conf`:

Expand Down

0 comments on commit 05b7202

Please sign in to comment.