Skip to content

Commit

Permalink
add Scala 3.0.0 to crossbuild (and drop -RC2) (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored May 13, 2021
1 parent 55f9955 commit 8f200d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ workflows:
java_version: jdk8
scala_version: 2.13.5
- scala_job:
name: 3.0.0-RC3
name: 3.0.0
java_version: jdk8
scala_version: 3.0.0-RC3
scala_version: 3.0.0
- scala_job:
name: 3.0.0-RC2
name: 3.0.0-RC3
java_version: jdk8
scala_version: 3.0.0-RC2
scala_version: 3.0.0-RC3
- scala_job:
name: jdk11_2.12
java_version: jdk11
Expand All @@ -129,7 +129,7 @@ workflows:
- scala_job:
name: jdk11_3.0
java_version: jdk11
scala_version: 3.0.0-RC3
scala_version: 3.0.0
- scala_job:
name: jdk16_2.12
java_version: jdk16
Expand All @@ -141,7 +141,7 @@ workflows:
- scala_job:
name: jdk16_3.0
java_version: jdk16
scala_version: 3.0.0-RC3
scala_version: 3.0.0
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.13
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import: scala/scala-dev:travis/default.yml
language: scala

scala:
- 3.0.0
- 3.0.0-RC3
- 3.0.0-RC2
- 2.12.13
- 2.13.5

Expand All @@ -19,10 +19,10 @@ env:

jobs:
exclude:
- scala: 3.0.0-RC2
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
- scala: 3.0.0-RC3
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
- scala: 3.0.0
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8

install:
- git fetch --tags # get all tags for sbt-dynver
Expand Down

0 comments on commit 8f200d7

Please sign in to comment.