diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d17fa1..55069c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.mergify.yml b/.mergify.yml index 088a77b..691b831 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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 diff --git a/build.sbt b/build.sbt index b6ce61b..a06bb8a 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) ))