Skip to content

Commit

Permalink
Merge pull request #129 from scala-steward/update/scala-library-2.12.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.15
  • Loading branch information
mpilquist authored Oct 2, 2021
2 parents 28d3aea + 5833ebf commit 546e853
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.2, 2.12.14, 2.13.6]
scala: [3.0.2, 2.12.15, 2.13.6]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -109,12 +109,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.14)
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}

- name: Inflate target directories (2.12.14)
- name: Inflate target directories (2.12.15)
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 @@ -6,7 +6,7 @@ ThisBuild / organizationName := "Typelevel"
ThisBuild / publishGithubUser := "mpilquist"
ThisBuild / publishFullName := "Michael Pilquist"

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

ThisBuild / spiewakCiReleaseSnapshots := true

Expand Down

0 comments on commit 546e853

Please sign in to comment.