Skip to content

Commit

Permalink
Update scala-library to 2.13.10 (#37)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.10

* Regenerate GitHub Actions workflow

Executed command: sbt githubWorkflowGenerate

Co-authored-by: slick-scala-steward[bot] <243981+slick-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
slick-scala-steward[bot] and slick-scala-steward[bot] authored Oct 24, 2022
1 parent e0cd61b commit 35c7898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.4]
scala: [2.12.17, 2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -110,12 +110,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.4)
- name: Download target directories (2.13.10)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.13.4-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }}

- name: Inflate target directories (2.13.4)
- 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 @@ -10,6 +10,6 @@ pull_request_rules:
- author=slick-scala-steward[bot]
- author=renovate[bot]
- check-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.4, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
actions:
queue: {}
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inThisBuild(Seq(
organization := "com.rms.miu",

scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.12.17", "2.13.4"),
crossScalaVersions := Seq("2.12.17", "2.13.10"),

scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 35c7898

Please sign in to comment.