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 56118f0 commit 8104df3Copy full SHA for 8104df3
.bazelrc
@@ -9,8 +9,8 @@ common:scala_2.13 --define=SCALA_VERSION=2.13.12
9
# Default scala version to 2.12
10
# To set a different default Scala version, add the following to .bazelrc.local:
11
# common --config scala_2.12
12
-common --repo_env=SCALA_VERSION=2.13.12
13
-common --define=SCALA_VERSION=2.13.12
+common --repo_env=SCALA_VERSION=2.12.18
+common --define=SCALA_VERSION=2.12.18
14
15
build --java_language_version=11
16
build --java_runtime_version=11
0 commit comments