Skip to content

Commit

Permalink
Merge pull request typelevel#355 from typelevel/update/scala-library-…
Browse files Browse the repository at this point in the history
…2.12.16

Update scala-library to 2.12.16
  • Loading branch information
rossabaker committed Jun 11, 2022
2 parents 1d81163 + a1443fe commit 286995a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 3.1.2, 2.13.8]
scala: [2.12.16, 3.1.2, 2.13.8]
java: [temurin@8]
project: [rootJS, rootJVM]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -147,22 +147,22 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (2.12.15, rootJS)
- name: Download target directories (2.12.16, rootJS)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS

- name: Inflate target directories (2.12.15, rootJS)
- name: Inflate target directories (2.12.16, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.15, rootJVM)
- name: Download target directories (2.12.16, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM

- name: Inflate target directories (2.12.15, rootJVM)
- name: Inflate target directories (2.12.16, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,4 +1,4 @@
ThisBuild / crossScalaVersions := Seq("2.12.15", "3.1.2", "2.13.8")
ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.2", "2.13.8")
ThisBuild / tlBaseVersion := "2.2"
ThisBuild / tlVersionIntroduced := Map("3" -> "2.0.2")
ThisBuild / startYear := Some(2014)
Expand Down

0 comments on commit 286995a

Please sign in to comment.