File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Configured `SCALA_VERSIONS` correspond to allowed values of [build setting](http
16
16
### ` scala_version `
17
17
` @io_bazel_rules_scala_config ` in its root package defines the following build setting:
18
18
``` starlark
19
- string_flag (
19
+ string_setting (
20
20
name = " scala_version" ,
21
21
build_setting_default = " 3.3.1" ,
22
22
values = [" 3.3.1" ],
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ def _store_config(repository_ctx):
49
49
"ENABLE_COMPILER_DEPENDENCY_TRACKING=" + enable_compiler_dependency_tracking ,
50
50
])
51
51
52
- build_file_content = """load("@bazel_skylib//rules:common_settings.bzl", "string_flag ")
53
- string_flag (
52
+ build_file_content = """load("@bazel_skylib//rules:common_settings.bzl", "string_setting ")
53
+ string_setting (
54
54
name = "scala_version",
55
55
build_setting_default = "{scala_version}",
56
56
values = {scala_versions},
You can’t perform that action at this time.
0 commit comments