From f5d62bd5039041ac427289d6f48d8faba5dcac0a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 01:12:19 +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 cf85cf9..acebfd1 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 ebade0d..8e2ad77 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ ThisBuild / tpolecatDevModeOptions ~= { opts => } // for sbt-github-actions -ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16") +ThisBuild / crossScalaVersions := Seq("2.13.12", "2.12.16") ThisBuild / githubWorkflowBuild := Seq( WorkflowStep.Sbt(name = Some("Check project"), commands = List("scalafmtCheckAll", "headerCheckAll")), WorkflowStep.Sbt(name = Some("Build project"), commands = List("test"))