Skip to content

Commit

Permalink
Merge pull request #373 from scala-steward/update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zmccoy committed Aug 14, 2023
2 parents 20d6e69 + 4837044 commit e78faf6
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 @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10, 3.2.1]
scala: [2.12.17, 2.13.11, 3.2.1]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
Expand Down Expand Up @@ -194,12 +194,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10, rootJVM)
- name: Download target directories (2.13.11, rootJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM

- name: Inflate target directories (2.13.10, rootJVM)
- name: Inflate target directories (2.13.11, 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 @@ -16,7 +16,7 @@ val Versions = new {
val previousCirceYamls = Set("0.14.0", "0.14.1", "0.14.2")

val scala212 = "2.12.17"
val scala213 = "2.13.10"
val scala213 = "2.13.11"
val scala3 = "3.2.1"

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

0 comments on commit e78faf6

Please sign in to comment.