Skip to content

Commit d0062ea

Browse files
chenrui333Andre Rocha
authored and
Andre Rocha
committed
Bump v1.0.0 compatibility test to v1.1.0 (bazel-contrib#882)
1 parent 1d6ae30 commit d0062ea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ jobs:
4848
<<: *linux
4949
env: TEST_SCRIPT=test_lint
5050
# Test
51-
- <<: *linux
52-
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.0.0
5351
- <<: *linux
5452
env: TEST_SCRIPT=test_rules_scala
5553
- <<: *linux
56-
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.0.0
54+
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.1.0
5755
- <<: *linux
5856
env: TEST_SCRIPT=test_reproducibility
57+
- <<: *linux
58+
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1.0
5959
- <<: *osx
6060
env: TEST_SCRIPT=test_rules_scala
6161
- <<: *osx
62-
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.0.0
63-
- <<: *osx
64-
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.0.0
62+
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.1.0
6563
- <<: *osx
6664
env: TEST_SCRIPT=test_reproducibility
65+
- <<: *osx
66+
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1.0
6767

6868
before_install:
6969
- |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t
2626
## Getting started
2727

2828
1. [Install Bazel](https://docs.bazel.build/versions/master/install.html), see the [compatibility table](#bazel-compatible-versions).
29-
2. Add the following to your `WORKSPACE` file and update the `githash` if needed:
29+
2. Add the following to your `WORKSPACE` file and update the `githash` if needed:
3030

3131
```python
3232
rules_scala_version="69d3c5b5d9b51537231746e93b4383384c9ebcf4" # update this as needed
@@ -108,7 +108,7 @@ for an example workspace using another scala version.
108108

109109
| bazel | rules_scala gitsha |
110110
|--------|--------------------|
111-
| 1.0.0 | HEAD |
111+
| 1.1.0 | HEAD |
112112
| 0.28.0 | HEAD |
113113
| 0.23.x | ca655e5a330cbf1d66ce1d9baa63522752ec6011 | |
114114
| 0.22.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |

tools/bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ case "$bazel_version" in
3131
darwin_sha='5d50ae13ba01a224ddf54cfd818289bee5b38e551cca22bffc79b89f377d2095'
3232
linux_sha='a2a7e4cb38d7bc774a5bbfab4d45293f5f2158eb6caf0128792cc1148732a4e6'
3333
;;
34-
'1.0.0')
35-
darwin_sha='fdab79e3a89e979b63487fd268761aac17a6ca4c8a41830743978c46d2160ff9'
36-
linux_sha='f8490463360fff5992b5a5af93f930ff984588765f9ccf3e7dd03db5145fbf0f'
34+
'1.1.0')
35+
darwin_sha='1a552f4ce194860fbbd50eeb319f81788ddf50a849e92378eec72231cc64ef65'
36+
linux_sha='14301099c87568db302d59a5d3585f5eb8a6250ac2c6bb0367c56e623ff6e65f'
3737
;;
3838
*)
3939
echo "The requested Bazel version '$bazel_version' is not supported"

0 commit comments

Comments
 (0)