forked from bazelbuild/rules_scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dangerous_test_thirdparty_version.sh
This test modifies `scala_repository` in `WORKSPACE` file to switch scala version for testing `bazel test //third_party/...`, However, this logic is implemented when scala_config(scala_version=...) was not yet available. - test implemented at the beginning of 2020 bazelbuild#971 - scala_version is implemented at the end of 2020 - c439ebf this commit changes the test to use `scala_version` to switch scala_version, that fix the test.
- Loading branch information
1 parent
6781508
commit cacda76
Showing
1 changed file
with
17 additions
and
95 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