From 352de859cd37e8c9417cd1f5d7f56b4718f31dbd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 23:38:23 +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 a624126a5..5f408b7dc 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -27,7 +27,7 @@ object Settings { object versions { val drtLib = "v891" - val scala = "2.13.12" + val scala = "2.13.15" val scalaDom = "2.8.0" val scalajsReact = "2.1.1" val scalaCSS = "1.0.0"