From 68ddb9af4a3e190e48c5639158042af5eee3b240 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 00:42:01 +0000 Subject: [PATCH 1/3] Update scala3-library, ... to 3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 26fccc6..4d02316 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val scala210 = "2.10.7" lazy val scala211 = "2.11.12" lazy val scala212 = "2.12.21" lazy val scala213 = "2.13.18" -lazy val scala3 = "3.7.4" +lazy val scala3 = "3.8.1" lazy val scalatestVersion = "3.2.19" lazy val jmhVersion = "1.37" From ee1cb6881559eb2d167b7c012b064bd1145a68ad Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Fri, 13 Feb 2026 01:45:24 +0100 Subject: [PATCH 2/3] Update Scala version from 3.7.4 to 3.8.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249c1c7..4dd7e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [unreleased] - Switched to scala-2.12.21 - Switched to scala-2.13.18 -- Switched to scala-3.7.4 +- Switched to scala-3.8.1 - Switched to scalajs-1.20.2 - Switched to scala-native-0.5.9 From eb16e7715b2ebb53c3b740aec577d8fcd117cd79 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Fri, 13 Feb 2026 01:53:12 +0100 Subject: [PATCH 3/3] Update JDK version from 11 to 17 in workflow --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index b912025..d1333eb 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Install SBT uses: sbt/setup-sbt@v1