From 2966fa876e24bafa9b011b0aedfa2a0ecc7ad58a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 19:29:36 +0000 Subject: [PATCH] Update scala-reflection to 2.0.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdfa3915..3610ae62 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val commonsTextVer = "1.11.0" // Updated from "1.10.0" - CRITICAL: Security fix val commonsIoVer = "2.16.0" // Updated from "2.15.1" val commonsCollectionsVer = "4.4" // Keep current - 4.4.1 doesn't exist val scalaTestVer = "3.2.19" // Updated from "3.2.17" -val scalaReflectVer = "2.0.0" +val scalaReflectVer = "2.0.16" val junitVer = "5.11.0" // Updated from "5.10.1" val openjfxVer = "21" // Updated from "18" -> "21" (LTS) - Test thoroughly for compatibility val ikonliVer = "12.3.1"