From 424172d4ebefe40eeb90262533f29cf3638c9887 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:16:14 +0100 Subject: [PATCH] ScalaSteward: Update scala-library from 2.12.19 to 2.12.20 (#473) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7967a4b8..19e072c0 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val spark35Version = "3.5.3" val versionRegex = """^(.*)\.(.*)\.(.*)$""".r val versionRegexShort = """^(.*)\.(.*)$""".r -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala213 = "2.13.14" val parserSparkVersion: String => String = {