From a54b02c859ed51048e5f385f6848d5aa1696cc5d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Apr 2026 15:58:17 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f506ba6..a740f8f 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.2" +lazy val scala3 = "3.8.3" lazy val scalatestVersion = "3.2.20" lazy val jmhVersion = "1.37" From 4236872ef3828726ad31d4cf65ffdb5ecf2dfc06 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Sun, 5 Apr 2026 21:38:48 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0494860..fc02f05 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.2 +- Switched to scala-3.8.3 - Switched to scalajs-1.20.2 - Switched to scala-native-0.5.10