Skip to content

Commit

Permalink
Merge pull request #328 from scala-steward/update/scala3-library-3.1.0
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.1.0
  • Loading branch information
mpilquist authored Oct 18, 2021
2 parents 3b94c49 + ee0ab40 commit 13cec61
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 @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.6, 3.0.2]
scala: [2.12.15, 2.13.6, 3.1.0]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.2]
scala: [3.1.0]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -119,12 +119,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.0.2)
- name: Download target directories (3.1.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.1.0-${{ matrix.java }}

- name: Inflate target directories (3.0.2)
- name: Inflate target directories (3.1.0)
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 @@ -18,7 +18,7 @@ ThisBuild / developers ++= List(
Developer("nequissimus", "Tim Steinbach", "@nequissimus", url("https://github.com/nequissimus"))
)

ThisBuild / crossScalaVersions := List("2.12.15", "2.13.6", "3.0.2")
ThisBuild / crossScalaVersions := List("2.12.15", "2.13.6", "3.1.0")

ThisBuild / spiewakCiReleaseSnapshots := true

Expand Down

0 comments on commit 13cec61

Please sign in to comment.