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 scala3-library to 3.3.1 #1917

Merged
merged 2 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 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.0]
scala: [2.12.18, 2.13.11, 3.3.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -170,12 +170,12 @@ jobs:
tar xf targets.tar
rm targets.tar

- name: Download target directories (3.3.0)
- name: Download target directories (3.3.1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1

- name: Inflate target directories (3.3.0)
- name: Inflate target directories (3.3.1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pull_request_rules:
- body~=labels:.*early-semver-patch
- status-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11)
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11)
- status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11)
actions:
merge: {}
- name: Label bench PRs
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val silencerVersion = "1.7.1"
lazy val specs2Version = "4.20.2"
lazy val scala212Version = "2.12.18"
lazy val scala213Version = "2.13.11"
lazy val scala3Version = "3.3.0"
lazy val scala3Version = "3.3.1"
// scala-steward:off
lazy val slf4jVersion = "1.7.36"
// scala-steward:on
Expand Down