Skip to content

Commit

Permalink
Upgrade to Scala 3 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
tabdulradi committed Mar 30, 2021
1 parent c16c026 commit f2e45dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-RC1]
scala: [3.0.0-RC2]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-RC1]
scala: [3.0.0-RC2]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -97,12 +97,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.0.0-RC1)
- name: Download target directories (3.0.0-RC2)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.0-RC1-${{ matrix.java }}
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }}

- name: Inflate target directories (3.0.0-RC1)
- name: Inflate target directories (3.0.0-RC2)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inThisBuild(Seq(
)
),

scalaVersion := "3.0.0-RC1",
scalaVersion := "3.0.0-RC2",
scalacOptions ++= Seq(
"-Ykind-projector",
"-Yexplicit-nulls",
Expand Down

0 comments on commit f2e45dc

Please sign in to comment.