Skip to content

Commit

Permalink
Merge pull request #345 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross authored Sep 13, 2023
2 parents 9997728 + f9ab9f8 commit faf9a6a
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.7]
scala: [2.12.17, 2.13.12]
java: [temurin@11, temurin@17]
project: [rootJS, rootJVM]
exclude:
Expand Down Expand Up @@ -207,22 +207,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.7, rootJS)
- name: Download target directories (2.13.12, rootJS)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.7-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS

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

- name: Inflate target directories (2.13.7, rootJVM)
- name: Inflate target directories (2.13.12, rootJVM)
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 @@ -7,7 +7,7 @@ val Versions = new {
val previousCirceOptics = "0.14.1"

val scala212 = "2.12.17"
val scala213 = "2.13.7"
val scala213 = "2.13.12"

val scalaVersions = Seq(scala212, scala213)
}
Expand Down

0 comments on commit faf9a6a

Please sign in to comment.