File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,19 @@ jobs:
5151 - << : *linux
5252 env : TEST_SCRIPT=test_rules_scala
5353 - << : *linux
54- env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.1 .0
54+ env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2 .0
5555 - << : *linux
5656 env : TEST_SCRIPT=test_reproducibility
5757 - << : *linux
58- env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1 .0
58+ env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2 .0
5959 - << : *osx
6060 env : TEST_SCRIPT=test_rules_scala
6161 - << : *osx
62- env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.1 .0
62+ env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2 .0
6363 - << : *osx
6464 env : TEST_SCRIPT=test_reproducibility
6565 - << : *osx
66- env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1 .0
66+ env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2 .0
6767
6868before_install :
6969 - |
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ for an example workspace using another scala version.
108108
109109| bazel | rules_scala gitsha |
110110| --------| --------------------|
111- | 1.1 .0 | HEAD |
111+ | 1.2 .0 | HEAD |
112112| 0.28.0 | HEAD |
113113| 0.23.x | ca655e5a330cbf1d66ce1d9baa63522752ec6011 | |
114114| 0.22.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ case "$bazel_version" in
3131 darwin_sha=' 5d50ae13ba01a224ddf54cfd818289bee5b38e551cca22bffc79b89f377d2095'
3232 linux_sha=' a2a7e4cb38d7bc774a5bbfab4d45293f5f2158eb6caf0128792cc1148732a4e6'
3333 ;;
34- ' 1.1 .0' )
35- darwin_sha=' 1a552f4ce194860fbbd50eeb319f81788ddf50a849e92378eec72231cc64ef65 '
36- linux_sha=' 14301099c87568db302d59a5d3585f5eb8a6250ac2c6bb0367c56e623ff6e65f '
34+ ' 1.2 .0' )
35+ darwin_sha=' 14da01972d16f43db1962dfc5246bef33e2d619dddeb1ce133ec0c8c18627610 '
36+ linux_sha=' 181b57714200fa5579e12fe3ab4e6f3fd7f6827dff4ec16ff5190302130216af '
3737 ;;
3838 * )
3939 echo " The requested Bazel version '$bazel_version ' is not supported"
You can’t perform that action at this time.
0 commit comments