Skip to content

Commit

Permalink
Merge pull request #611 from SethTisue/scala3
Browse files Browse the repository at this point in the history
add Scala 3 to crossbuild (and drop -RC2)
  • Loading branch information
SethTisue authored Jun 23, 2021
2 parents 6102eac + b47518e commit f62e2ed
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 f62e2ed

Please sign in to comment.