Skip to content

Commit

Permalink
Merge pull request #429 from SethTisue/scala-3.0.0-RC1
Browse files Browse the repository at this point in the history
add Scala 3.0.0-RC1 (drop M2)
  • Loading branch information
SethTisue authored Feb 16, 2021
2 parents 42f7cb2 + cae1249 commit 472d9c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 472d9c1

Please sign in to comment.