From d619f1a7496174a3ee9d58da4dd79c3b8cb4c127 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:48:51 +0100 Subject: [PATCH] Update scala-library to 2.12.19 (#183) * Update scala-library to 2.12.19 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9a3c7..b0314cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.19] java: [temurin@8, temurin@11] runs-on: ${{ matrix.os }} steps: @@ -70,7 +70,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.19] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -95,12 +95,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (2.12.18) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 958abcd..d1752af 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / version := { val orig = (ThisBuild / version).value if (orig.endsWith("-SNAPSHOT")) "3.4.4-SNAPSHOT" else orig } -ThisBuild / scalaVersion := "2.12.18" +ThisBuild / scalaVersion := "2.12.19" // sbt-github-actions ThisBuild / githubWorkflowBuild := Seq(