File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
// https://scalameta.org/scalafmt/
19
19
// https://github.com/scalameta/scalafmt
20
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2 " )
20
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
21
21
22
22
// http://github.com/puffnfresh/wartremover
23
23
addSbtPlugin(" org.wartremover" % " sbt-wartremover" % " 3.2.5" )
@@ -37,7 +37,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
37
37
38
38
// Adds a `scalafmt` task for automatic source code formatting
39
39
// 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 " )
41
41
42
42
// Adds a `dependencyUpdates` task to check Maven repositories for dependency updates
43
43
// http://github.com/rtimush/sbt-updates
You can’t perform that action at this time.
0 commit comments