Skip to content

Commit

Permalink
Update to Scala 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sloshy committed Aug 30, 2021
1 parent 765c136 commit b10a866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 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.1, 2.13.6, 2.12.13]
scala: [3.0.2, 2.13.6, 2.12.13]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -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.1)
- name: Download target directories (3.0.2)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }}
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}

- name: Inflate target directories (3.0.1)
- name: Inflate target directories (3.0.2)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ inThisBuild(
),
scalaVersion := scala213,
crossScalaVersions := Seq(scala3, scala213, scala212)
// crossScalaVersions := Seq(scala213, scala212)
)
)

Expand Down

0 comments on commit b10a866

Please sign in to comment.