Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-library to 2.13.12 #454

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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 }}
@@ -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
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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(