From 39166c50201a3c88b800e22bbd30d04f6b3b69fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 17:25:02 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71237ab..6c7b3e9 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.19" lazy val scala213 = "2.13.13" -lazy val scala3 = "3.4.0" +lazy val scala3 = "3.4.1" lazy val scalatestVersion = "3.2.18" lazy val jmhVersion = "1.37" From 6f659f0c663303bf8bc8ef38e8c2b56d9d18152e Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Thu, 28 Mar 2024 22:50:34 +0100 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 70cf46f..15576dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. - Drop support scala-2.12 for Scala.JS and Scala-Native - Switched to scala-2.12.19 - Switched to scala-2.13.13 -- Switched to scala-3.4.0 +- Switched to scala-3.4.1 - Switched to scalajs-1.16.0 - Switched to scala-native-0.4.7