From e9223e865ab2e92a2df6c0fb4c784a9902cb08ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 14 Sep 2023 01:24:42 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e4549..a863303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.16] + scala: [2.13.12, 2.12.16] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 0ce1b6b..36b0dfc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val username = "RustedBones" val repo = "akka-http-scalapb" // for sbt-github-actions -ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16") +ThisBuild / crossScalaVersions := Seq("2.13.12", "2.12.16") ThisBuild / scalaVersion := crossScalaVersions.value.head ThisBuild / githubWorkflowBuild := Seq( WorkflowStep.Sbt(name = Some("Check project"), commands = List("scalafmtCheckAll", "headerCheckAll")),