File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
6868before_install :
6969 - |
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
2626## Getting started
2727
28281 . [ 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
3232rules_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 |
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.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"
You can’t perform that action at this time.
0 commit comments