File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ scala_non_default_format_attributes = {
32
32
def build_format (ctx ):
33
33
files = []
34
34
manifest_content = []
35
- config = ctx .toolchains ["//rules/scalafmt:toolchain_type" ].scalafmt_config .config
35
+ config = ctx .toolchains ["@rules_scala_annex //rules/scalafmt:toolchain_type" ].scalafmt_config .config
36
36
37
37
for src in ctx .files .srcs :
38
38
if src .short_path .endswith (".scala" ) and src .is_source :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ _scalafmt_config = rule(
15
15
attrs = {
16
16
"config" : attr .label (
17
17
allow_single_file = [".conf" ],
18
- default = "//:.scalafmt.conf" ,
18
+ default = "@rules_scala_annex //:.scalafmt.conf" ,
19
19
doc = "The Scalafmt configuration file." ,
20
20
),
21
21
},
You can’t perform that action at this time.
0 commit comments