Skip to content

Commit

Permalink
Merge pull request #385 from mcanlas/scala-213
Browse files Browse the repository at this point in the history
scala 2.13.14
  • Loading branch information
mcanlas committed May 2, 2024
2 parents e3e7378 + 1dfec9a commit cd57b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbt
Expand Up @@ -37,7 +37,7 @@ set -o pipefail
declare -r sbt_release_version="1.9.9"
declare -r sbt_unreleased_version="1.9.9"

declare -r latest_213="2.13.13"
declare -r latest_213="2.13.14"
declare -r latest_212="2.12.19"
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.19" -212; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.13" -213; }
@test "-213 => scala 2.13" { sbt_expecting "++ 2.13.14" -213; }
@test "-scala-version N => version N" { sbt_expecting "++ 2.10.2" -scala-version 2.10.2; }

0 comments on commit cd57b28

Please sign in to comment.