From da04acdbdc5cccd545bf298f2290c01f498b0e6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 06:41:37 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 703d4b3..5234642 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -5,7 +5,7 @@ import sbt.Keys._ object Settings { - def scala213 = "2.13.12" + def scala213 = "2.13.14" def scala212 = "2.12.18" lazy val shared = Seq(