Skip to content

Commit 1701d95

Browse files
authored
readme (#969)
1 parent 9bcd965 commit 1701d95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ to your command line, or to enable by default for building/testing add it to you
8585

8686
## Selecting Scala version
8787

88-
Rules scala supports all minor versions of Scala 2.11/2.12. By default `Scala 2.11.12` is used and to use another
89-
version you need to
88+
Rules scala supports the last two released minor versions for each of Scala 2.11 and 2.12.
89+
Previous minor versions may work but are supported only on a best effort basis.
90+
91+
By default `Scala 2.11.12` is used and to use another version you need to
9092
specify it when calling `scala_repositories`. `scala_repositories` takes a tuple `(scala_version, scala_version_jar_shas)`
9193
as a parameter where `scala_version` is the scala version and `scala_version_jar_shas` is a `dict` with
9294
`sha256` hashes for the maven artifacts `scala_compiler`, `scala_library`, and `scala_reflect`:

0 commit comments

Comments
 (0)