From ee16e46405170a48f2559805b083b75d5bf18425 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 9 Jul 2024 00:00:00 -0400 Subject: [PATCH] Scala 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 0f46538ff..4b8ab7db2 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._ object Settings { def scala212 = "2.12.19" - def scala213 = "2.13.10" + def scala213 = "2.13.14" def targetSbtVersion = "1.2.8"