From 32a48691c8188a3c6943545ce35b4851f95f5119 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 17:01:46 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.13 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 703d4b3..49f5a4b 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.13" def scala212 = "2.12.18" lazy val shared = Seq(