Skip to content

Commit

Permalink
Update to Scala 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jun 8, 2019
1 parent ec9fd1a commit a2df05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -112,7 +112,7 @@ runner with the -x option.
-210 use 2.10.7
-211 use 2.11.12
-212 use 2.12.8
-213 use 2.13.0-RC3
-213 use 2.13.0
-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
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
declare -r sbt_release_version="1.2.8"
declare -r sbt_unreleased_version="1.3.0-RC1"

declare -r latest_213="2.13.0-RC3"
declare -r latest_213="2.13.0"
declare -r latest_212="2.12.8"
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
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.8" -212; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.0-RC3" -213; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.0" -213; }
@test "-scala-version N => version N" { sbt_expecting "++ 2.10.2" -scala-version 2.10.2; }

0 comments on commit a2df05f

Please sign in to comment.