From ae89608b1ad1cc5410bdb6d7ad364b28e4df9d8c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:54:23 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 (#2182) --- project/Deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.sc b/project/Deps.sc index 13d9ca5e45..a114c79ca2 100644 --- a/project/Deps.sc +++ b/project/Deps.sc @@ -148,7 +148,7 @@ object Izumi { import Deps._ // DON'T REMOVE, these variables are read from CI build (build.sh) - final val scala212 = ScalaVersion("2.12.19") + final val scala212 = ScalaVersion("2.12.20") final val scala213 = ScalaVersion("2.13.14") final val scala300 = ScalaVersion("3.3.4-RC2")