From f5b59117f195666d85d1c6af683c253342c86776 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:41:41 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 (#613) Co-authored-by: Ayoub Benali --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f02186d7..4c571f35 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val shapeless3Version = "3.4.1" val shapelessVersion = "2.3.12" val slf4jNopVersion = "2.0.16" -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala213 = "2.13.14" val scala3 = "3.3.4"