Skip to content

Commit

Permalink
Merge pull request #65 from scala-steward/update/scala-library-2.12.20
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.20
  • Loading branch information
dvgica authored Sep 6, 2024
2 parents d26be51 + 996c2b8 commit 0ad90a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 2.12.19, 3.3.3]
scala: [2.13.14, 2.12.20, 3.3.3]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -98,12 +98,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.19)
- name: Download target directories (2.12.20)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}

- name: Inflate target directories (2.12.19)
- name: Inflate target directories (2.12.20)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ queue_rules:
conditions:
- check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11)

pull_request_rules:
- name: Merge using the merge queue
conditions:
- base=main
- check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11)
- author=scala-steward
actions:
queue:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inThisBuild(
)
)

val scala212Version = "2.12.19"
val scala212Version = "2.12.20"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val scalaVersions =
Expand Down

0 comments on commit 0ad90a5

Please sign in to comment.