From e5c3c2e7dfbc372054feafffe6866b9099615e4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 15:30:39 +0000 Subject: [PATCH 1/2] Update scala-library to 3.9.0 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b04fdad..d4ad229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.18] + scala: [3.9.0] java: [temurin@17, temurin@21, temurin@25] runs-on: ${{ matrix.os }} steps: @@ -81,7 +81,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.18] + scala: [3.9.0] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index d77299f..9106998 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "scex" inThisBuild(Seq( organization := "com.avsystem.scex", - scalaVersion := "2.13.18", + scalaVersion := "3.9.0", githubWorkflowTargetTags ++= Seq("v*"), githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"), JavaSpec.temurin("21"), JavaSpec.temurin("25")), githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))), From 0f5f5b4f94108b7610904ab6d87d79bd2ee18173 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 15:31:03 +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 d4ad229..a1b11fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,12 +117,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.13.18) + - name: Download target directories (3.9.0) uses: actions/download-artifact@v8 with: - name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }} + name: target-${{ matrix.os }}-3.9.0-${{ matrix.java }} - - name: Inflate target directories (2.13.18) + - name: Inflate target directories (3.9.0) run: | tar xf targets.tar rm targets.tar