We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4156b2 commit 369ac2fCopy full SHA for 369ac2f
scala_config.bzl
@@ -11,7 +11,6 @@ def _store_config(repository_ctx):
11
scala_major_version = extract_major_version(scala_version)
12
13
config_file_content = "\n".join([
14
- "BAZEL_VERSION='" + native.bazel_version + "'",
15
"SCALA_VERSION='" + scala_version + "'",
16
"SCALA_MAJOR_VERSION='" + scala_major_version + "'",
17
])
0 commit comments