File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
1616### ` scala_version `
1717` @io_bazel_rules_scala_config ` in its root package defines the following build setting:
1818``` starlark
19- string_flag (
19+ string_setting (
2020 name = " scala_version" ,
2121 build_setting_default = " 3.3.1" ,
2222 values = [" 3.3.1" ],
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ def _store_config(repository_ctx):
4949 "ENABLE_COMPILER_DEPENDENCY_TRACKING=" + enable_compiler_dependency_tracking ,
5050 ])
5151
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 (
5454 name = "scala_version",
5555 build_setting_default = "{scala_version}",
5656 values = {scala_versions},
You can’t perform that action at this time.
0 commit comments