Skip to content

Commit

Permalink
Merge pull request #390 from mcanlas/scala-2-13-15
Browse files Browse the repository at this point in the history
scala 2.13.15
  • Loading branch information
mcanlas authored Sep 28, 2024
2 parents d59cbd7 + 77c7e8d commit 408f748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set -o pipefail
declare -r sbt_release_version="1.10.2"
declare -r sbt_unreleased_version="1.10.2"

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

0 comments on commit 408f748

Please sign in to comment.