Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ scala:
- 2.11.12
- 2.12.13
- 2.13.4
- 3.0.0-M2
- 3.0.0-M3
- 3.0.0-RC1

env:
- SCALAJS_VERSION= ADOPTOPENJDK=8
Expand Down Expand Up @@ -39,16 +39,16 @@ matrix:

# Scala Native doesn't support Scala 3 yet

- scala: 3.0.0-M2
- scala: 3.0.0-M3
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8

- scala: 3.0.0-M2
- scala: 3.0.0-M3
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11

- scala: 3.0.0-M3
- scala: 3.0.0-RC1
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8

- scala: 3.0.0-M3
- scala: 3.0.0-RC1
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=11

install:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.13"
lazy val scala213 = "2.13.4"
lazy val scala30 = "3.0.0-M3"
lazy val scala30 = "3.0.0-RC1"

lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
"compat",
Expand Down