From 946c7f2df904979525d44422dcf76df175117c68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 15:24:32 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 849aa60..86582c6 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject 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 scala213 = "2.13.14" lazy val scala3 = "3.4.1" lazy val scalatestVersion = "3.2.18" From 80bcccfe3c37d35cf41aac89cc201fed07d9ace3 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Mon, 6 May 2024 22:05:41 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b293c8..02ecbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## [unreleased] +- Switched to scala-2.13.14 ## [1.0.2] - 2024-04-24 - Drop support scala-2.12 for Scala.JS and Scala-Native