Skip to content

Commit

Permalink
Merge pull request #215 from scala-steward/update/scala-library-2.13.10
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.10
  • Loading branch information
nafg authored Oct 20, 2022
2 parents 067f21e + 106e3e7 commit bf2c9a9
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.16, 2.13.8]
scala: [2.12.16, 2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8]
scala: [2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -114,12 +114,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.8)
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}

- name: Inflate target directories (2.13.8)
- name: Inflate target directories (2.13.10)
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 @@ -7,7 +7,7 @@ pull_request_rules:
conditions:
- author=scala-steward
- check-success=Build and Test (ubuntu-latest, 2.12.16, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.10, 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.16", "2.13.8"),
crossScalaVersions := Seq("2.12.16", "2.13.10"),
scalaVersion := crossScalaVersions.value.last,
organization := "io.github.nafg.slick-migration-api"
))
Expand Down

0 comments on commit bf2c9a9

Please sign in to comment.