Skip to content

Commit

Permalink
add Scala 3 to crossbuild (and drop -RC2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed May 13, 2021
1 parent 4ebeafa commit b47518e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
- name: "Run tests with Scala 3 and AdoptOpenJDK 8"
script: scripts/test-code.sh
env:
- SCALA_VERSION=3.0.0-RC2
- SCALA_VERSION=3.0.0-RC3
- TRAVIS_JDK=8

- name: "Run tests with Scala 3 and AdoptOpenJDK 8"
script: scripts/test-code.sh
env:
- SCALA_VERSION=3.0.0-RC3
- SCALA_VERSION=3.0.0
- TRAVIS_JDK=8

- stage: publish
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ object Dependencies {
// scalaVersion needs to be kept in sync with travis-ci
val Scala212 = "2.12.13"
val Scala213 = "2.13.5"
val Scala3 = Seq("3.0.0-RC2", "3.0.0-RC3")
val Scala3 = Seq("3.0.0-RC3", "3.0.0")
}

0 comments on commit b47518e

Please sign in to comment.