From 14f5b1adf6b6c63fd6325a6a98ecf4d0fd17d330 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 02:26:46 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- .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..3a43342 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.8, 2.12.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 0ce1b6b..94a8cc5 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.8", "2.12.18") ThisBuild / scalaVersion := crossScalaVersions.value.head ThisBuild / githubWorkflowBuild := Seq( WorkflowStep.Sbt(name = Some("Check project"), commands = List("scalafmtCheckAll", "headerCheckAll")),