Skip to content

Commit

Permalink
Update dependency org.scalameta:sbt-scalafmt to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 8e0086f commit dc7e8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// https://scalameta.org/scalafmt/
// https://github.com/scalameta/scalafmt
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")

// http://github.com/puffnfresh/wartremover
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.5")
Expand All @@ -37,7 +37,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

// Adds a `scalafmt` task for automatic source code formatting
// https://scalameta.org/scalafmt/docs/installation.html
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")

// Adds a `dependencyUpdates` task to check Maven repositories for dependency updates
// http://github.com/rtimush/sbt-updates
Expand Down

0 comments on commit dc7e8ca

Please sign in to comment.