Skip to content

Commit

Permalink
scala 2.13.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Aug 28, 2018
1 parent 1ad7de5 commit 5822761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runner with the -x option.
-210 use 2.10.7
-211 use 2.11.12
-212 use 2.12.6
-213 use 2.13.0-M4
-213 use 2.13.0-M5
-scala-home <path> use the scala build at the specified directory
-scala-version <version> use the specified version of scala
-binary-version <version> use the specified scala version when searching for dependencies
Expand Down
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
declare -r sbt_release_version="0.13.17"
declare -r sbt_unreleased_version="0.13.17"

declare -r latest_213="2.13.0-M4"
declare -r latest_213="2.13.0-M5"
declare -r latest_212="2.12.6"
declare -r latest_211="2.11.12"
declare -r latest_210="2.10.7"
Expand Down
2 changes: 1 addition & 1 deletion test/scala.bats
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ load test_helper
@test "-210 => scala 2.10" { sbt_expecting "++ 2.10.7" -210; }
@test "-211 => scala 2.11" { sbt_expecting "++ 2.11.12" -211; }
@test "-212 => scala 2.12" { sbt_expecting "++ 2.12.6" -212; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.0-M4" -213; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.0-M5" -213; }
@test "-scala-version N => version N" { sbt_expecting "++ 2.10.2" -scala-version 2.10.2; }

0 comments on commit 5822761

Please sign in to comment.