Skip to content

Commit

Permalink
Merge pull request #82 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
nafg authored Jan 24, 2024
2 parents 6029eef + 08fcd2c commit 5ef0eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.13.10]
scala: [2.13.12]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pull_request_rules:
- author=scala-steward
- author=slick-scala-steward[bot]
- author=renovate[bot]
- check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11)
actions:
queue:
name: default
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "slick-codegen-example"


inThisBuild(List(
scalaVersion := "2.13.10",
scalaVersion := "2.13.12",
githubWorkflowPublishTargetBranches := Seq(),
githubWorkflowBuild += WorkflowStep.Sbt(List("run"))
))
Expand Down

0 comments on commit 5ef0eea

Please sign in to comment.