-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A variable to hold all (possibly more than one in the future) configured versions of Scala. Co-authored-by: mkuta <[email protected]>
- Loading branch information
1 parent
330081d
commit 8f255cd
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Cross compilation support | ||
|
||
The support for cross-compilation is currently under development. | ||
|
||
## Version configuration | ||
|
||
`scala_config` creates the repository `@io_bazel_rules_scala_config`. | ||
File created there, `config.bzl`, consists of many variables. In particular: | ||
* `SCALA_VERSION` – representing the default Scala version, e.g. `"3.3.1"`; | ||
* `SCALA_VERSIONS` – representing all configured Scala versions (currently one), e.g. `["3.3.1"]`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters