From 555619c0c43590e8712c3e72bd60708e339a6bfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 17:01:43 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 703d4b3..202726f 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -6,7 +6,7 @@ import sbt.Keys._ object Settings { def scala213 = "2.13.12" - def scala212 = "2.12.18" + def scala212 = "2.12.19" lazy val shared = Seq( scalaVersion := scala213,