From 0e1cb45dfdcbb93acdaef109c212572cbbd6c0b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:51:17 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e83b697..3b8a05a 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.20" -lazy val scala213 = "2.13.16" +lazy val scala213 = "2.13.17" lazy val scala3 = "3.7.3" lazy val scalatestVersion = "3.2.19" From 33d3806f5cd88c0a6515aa84479f526270c83e50 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Thu, 23 Oct 2025 22:37:08 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578d76f..08fefab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [unreleased] - Switched to scala-2.12.20 -- Switched to scala-2.13.16 +- Switched to scala-2.13.17 - Switched to scala-3.7.3 - Switched to scalajs-1.20.1 - Switched to scala-native-0.5.8