Skip to content

Commit 064c760

Browse files
Update dependency org.scalameta:sbt-scalafmt to v2.5.4 (#161)
1 parent 54f7974 commit 064c760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// https://scalameta.org/scalafmt/
1919
// https://github.com/scalameta/scalafmt
20-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
20+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2121

2222
// http://github.com/puffnfresh/wartremover
2323
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.5")
@@ -37,7 +37,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
3737

3838
// Adds a `scalafmt` task for automatic source code formatting
3939
// https://scalameta.org/scalafmt/docs/installation.html
40-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
40+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4141

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

0 commit comments

Comments
 (0)