From c2fea2d0c5f2f7237adbbdc742506abe78dc63ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 15:28:37 +0000 Subject: [PATCH 1/2] 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 c2c9618..c96a3eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.18] java: [temurin@11, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 830599d..0e1a260 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val core = project ) ThisBuild / tlBaseVersion := "0.1" -ThisBuild / crossScalaVersions := Seq("2.12.17") +ThisBuild / crossScalaVersions := Seq("2.12.18") ThisBuild / developers := List( tlGitHubDev("lorandszakacs", "Loránd Szakács") ) From be114c3db047c58d57a85c1c14953faf51466aa0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 15:29:36 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96a3eb..bc3480e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,12 +177,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.17) + - name: Download target directories (2.12.18) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar