Skip to content

Commit

Permalink
Bump Bazel to v2.0.0 (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and ittaiz committed Dec 19, 2019
1 parent 886bc9c commit 7b63609
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
- <<: *linux
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=0.28.1
- <<: *linux
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2.1
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=2.0.0
- <<: *linux
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=0.28.1
- <<: *linux
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2.1
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=2.0.0
- <<: *osx
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=0.28.1
- <<: *osx
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2.1
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=2.0.0
- <<: *osx
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=0.28.1
- <<: *osx
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2.1
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=2.0.0

before_install:
- |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ for an example workspace using another scala version.

| bazel | rules_scala gitsha |
|--------|--------------------|
| 1.2.1 | HEAD |
| 2.0.0 | HEAD |
| 0.28.1 | HEAD |
| 0.23.x | ca655e5a330cbf1d66ce1d9baa63522752ec6011 | |
| 0.22.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |
Expand Down
6 changes: 3 additions & 3 deletions tools/bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ case "$bazel_version" in
darwin_sha='5d50ae13ba01a224ddf54cfd818289bee5b38e551cca22bffc79b89f377d2095'
linux_sha='a2a7e4cb38d7bc774a5bbfab4d45293f5f2158eb6caf0128792cc1148732a4e6'
;;
'1.2.1')
darwin_sha='59e469bf1d8d1615b67856ea17e761be05e9c92b462e55c0354cd78145b480d5'
linux_sha='ae6249e25b0f5a06d79fad90325477dd56275657951cf7aa6a3cbcd79fc4d749'
'2.0.0')
darwin_sha='c675fa27d99a3114d681db10eb03ded547c40f702b2048c99b8f4ea8e89b9356'
linux_sha='2fbdc9c0e3d376697caf0ee3673b7c9475214068c55a01b9744891e131f90b87'
;;
*)
echo "The requested Bazel version '$bazel_version' is not supported"
Expand Down

0 comments on commit 7b63609

Please sign in to comment.