From c31783a7114ab68cc3c252cb326eafd250a8dc7e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 17:49:59 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.8 --- .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 863e24a..977a236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.7] + scala: [3.3.8] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -70,7 +70,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.7] + scala: [3.3.8] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 819fa31..c056cf0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ inThisBuild( List( organization := "io.github.kitlangton", - scalaVersion := "3.3.7", + scalaVersion := "3.3.8", versionScheme := Some("early-semver"), homepage := Some(url("https://github.com/kitlangton/neotype")), licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), From 0ff52c19eedbeebb691b1ef3baf0fef257857d3d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 17:50:42 +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 977a236..17beae0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,12 +90,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (3.3.7) + - name: Download target directories (3.3.8) uses: actions/download-artifact@v8 with: - name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.8-${{ matrix.java }} - - name: Inflate target directories (3.3.7) + - name: Inflate target directories (3.3.8) run: | tar xf targets.tar rm targets.tar