Skip to content

Commit

Permalink
Merge pull request #454 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
fthomas authored Sep 12, 2023
2 parents bb01fae + 5fb2852 commit e26e540
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.18, 2.13.11, 3.3.1]
scala: [2.12.18, 2.13.12, 3.3.1]
java: [temurin@8]
project: [rootJS, rootJVM]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -177,22 +177,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.11, rootJS)
- name: Download target directories (2.13.12, rootJS)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS

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

- name: Inflate target directories (2.13.11, rootJVM)
- name: Inflate target directories (2.13.12, rootJVM)
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 @@ -19,8 +19,8 @@ pull_request_rules:
- author=scala-steward
- status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@8, rootJVM)
actions:
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 projectName = "fs2-cron"
val rootPkg = s"$groupId.${projectName.replace("-", "")}"

val Scala_2_12 = "2.12.18"
val Scala_2_13 = "2.13.11"
val Scala_2_13 = "2.13.12"
val Scala_3 = "3.3.1"

val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
Expand Down

0 comments on commit e26e540

Please sign in to comment.