From 8d9c6c8793b118a8ae1ef6bb9acdb4c4f3baa0b5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:30:03 +0200 Subject: [PATCH] Update scala to 2.12.20 (#148) Co-authored-by: Kirill A. Korinsky --- CHANGELOG.md | 1 + build.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539db2e..a5f7265 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.12.20 - Switched to scala-2.13.14 - Switched to scala-3.5.0 - Switched to scala-native-0.5.5 diff --git a/build.sbt b/build.sbt index a3150d6..7ef14dc 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,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 scala212 = "2.12.20" lazy val scala213 = "2.13.14" lazy val scala3 = "3.5.0"