From eabc15dafa6c2a0edfcd6e7149f50c10380e55cf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Feb 2026 18:48:24 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.8.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d02316..b3bc775 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.8.1" +lazy val scala3 = "3.8.2" lazy val scalatestVersion = "3.2.19" lazy val jmhVersion = "1.37" From 301ab4e957f8c1eae44327db7be4e448d6cbef55 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Tue, 10 Mar 2026 12:55:00 +0100 Subject: [PATCH 2/2] Update Scala version from 3.8.1 to 3.8.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd858a0..0494860 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.8.1 +- Switched to scala-3.8.2 - Switched to scalajs-1.20.2 - Switched to scala-native-0.5.10