From fec763a22cfdc7a22c00cbbf9755c689bf111700 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:48:26 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 4b8ab7db2..b2488d6d6 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -9,7 +9,7 @@ import com.jsuereth.sbtpgp._ object Settings { - def scala212 = "2.12.19" + def scala212 = "2.12.20" def scala213 = "2.13.14" def targetSbtVersion = "1.2.8"