Skip to content

Commit 0366fb2

Browse files
authored
Scalafmt 2.12 support (#1004)
* Scalafmt 2.12 support * Upgrade scalafmt version
1 parent 6193e87 commit 0366fb2

File tree

2 files changed

+305
-96
lines changed

2 files changed

+305
-96
lines changed

scala/scalafmt/BUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ scala_binary(
1919
visibility = ["//visibility:public"],
2020
deps = [
2121
"//src/java/io/bazel/rulesscala/worker",
22-
"@com_geirsson_metaconfig_core_2_11",
23-
"@org_scalameta_parsers_2_11",
24-
"@org_scalameta_scalafmt_core_2_11",
22+
"@com_geirsson_metaconfig_core",
23+
"@org_scalameta_parsers",
24+
"@org_scalameta_scalafmt_core",
2525
],
2626
)
2727

0 commit comments

Comments
 (0)