From 03d1e956862a0ae238e99c9ff9b3a551e8b4f8bc Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 08:55:44 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 (#592) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9e11b57a9..91b4b6556 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,7 +33,7 @@ object Dependencies { val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin - val scala212Version = "2.12.19" + val scala212Version = "2.12.20" val scala213Version = "2.13.14" val scala3Version = "3.3.3" val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)