File tree 3 files changed +11
-11
lines changed 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,22 @@ jobs:
48
48
<< : *linux
49
49
env : TEST_SCRIPT=test_lint
50
50
# Test
51
- - << : *linux
52
- env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.0.0
53
51
- << : *linux
54
52
env : TEST_SCRIPT=test_rules_scala
55
53
- << : *linux
56
- env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.0 .0
54
+ env : TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.1 .0
57
55
- << : *linux
58
56
env : TEST_SCRIPT=test_reproducibility
57
+ - << : *linux
58
+ env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1.0
59
59
- << : *osx
60
60
env : TEST_SCRIPT=test_rules_scala
61
61
- << : *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
65
63
- << : *osx
66
64
env : TEST_SCRIPT=test_reproducibility
65
+ - << : *osx
66
+ env : TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.1.0
67
67
68
68
before_install :
69
69
- |
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t
26
26
## Getting started
27
27
28
28
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:
30
30
31
31
``` python
32
32
rules_scala_version= " 69d3c5b5d9b51537231746e93b4383384c9ebcf4" # update this as needed
@@ -108,7 +108,7 @@ for an example workspace using another scala version.
108
108
109
109
| bazel | rules_scala gitsha |
110
110
| --------| --------------------|
111
- | 1.0 .0 | HEAD |
111
+ | 1.1 .0 | HEAD |
112
112
| 0.28.0 | HEAD |
113
113
| 0.23.x | ca655e5a330cbf1d66ce1d9baa63522752ec6011 | |
114
114
| 0.22.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ case "$bazel_version" in
31
31
darwin_sha=' 5d50ae13ba01a224ddf54cfd818289bee5b38e551cca22bffc79b89f377d2095'
32
32
linux_sha=' a2a7e4cb38d7bc774a5bbfab4d45293f5f2158eb6caf0128792cc1148732a4e6'
33
33
;;
34
- ' 1.0 .0' )
35
- darwin_sha=' fdab79e3a89e979b63487fd268761aac17a6ca4c8a41830743978c46d2160ff9 '
36
- linux_sha=' f8490463360fff5992b5a5af93f930ff984588765f9ccf3e7dd03db5145fbf0f '
34
+ ' 1.1 .0' )
35
+ darwin_sha=' 1a552f4ce194860fbbd50eeb319f81788ddf50a849e92378eec72231cc64ef65 '
36
+ linux_sha=' 14301099c87568db302d59a5d3585f5eb8a6250ac2c6bb0367c56e623ff6e65f '
37
37
;;
38
38
* )
39
39
echo " The requested Bazel version '$bazel_version ' is not supported"
You can’t perform that action at this time.
0 commit comments