From 2f102930edb9c94e98ff51f3670b9b4fa48179b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:06:40 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index b2488d6d6..040435bbc 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -10,7 +10,7 @@ import com.jsuereth.sbtpgp._ object Settings { def scala212 = "2.12.20" - def scala213 = "2.13.14" + def scala213 = "2.13.15" def targetSbtVersion = "1.2.8"