Skip to content

Commit

Permalink
Scalafmt 2.12 support (bazelbuild#1004)
Browse files Browse the repository at this point in the history
* Scalafmt 2.12 support

* Upgrade scalafmt version
  • Loading branch information
borkaehw authored and Andre Rocha committed Jul 6, 2020
1 parent 8e0814d commit 07c75de
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 96 deletions.
6 changes: 3 additions & 3 deletions scala/scalafmt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ scala_binary(
visibility = ["//visibility:public"],
deps = [
"//src/java/io/bazel/rulesscala/worker",
"@com_geirsson_metaconfig_core_2_11",
"@org_scalameta_parsers_2_11",
"@org_scalameta_scalafmt_core_2_11",
"@com_geirsson_metaconfig_core",
"@org_scalameta_parsers",
"@org_scalameta_scalafmt_core",
],
)

Expand Down
Loading

0 comments on commit 07c75de

Please sign in to comment.