Skip to content

Commit

Permalink
Merge pull request #372 from nafg/update/scala3-library-3.5.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.5.1
  • Loading branch information
nafg authored Sep 29, 2024
2 parents 8f78bbe + 3e3dc3f commit 60fd813
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.12.20, 2.13.14, 3.5.0]
scala: [2.12.20, 2.13.14, 3.5.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.5.0]
scala: [3.5.1]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -108,12 +108,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.5.0)
- name: Download target directories (3.5.1)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-3.5.0-${{ matrix.java }}
name: target-${{ matrix.os }}-3.5.1-${{ matrix.java }}

- name: Inflate target directories (3.5.0)
- name: Inflate target directories (3.5.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 @@ -10,7 +10,7 @@ pull_request_rules:
- author=nafg-scala-steward[bot]
- check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.5.0, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.5.1, temurin@11)
actions:
queue:
name: default
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inThisBuild(List(
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.5.0"),
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.5.1"),
scalaVersion := crossScalaVersions.value.last,
organization := "io.github.nafg.slick-migration-api"
))
Expand Down

0 comments on commit 60fd813

Please sign in to comment.