From 206032860285c46eb810384e359cefed88fc1378 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 18:45:05 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5296b59..1e92ca8 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ addCommandAlias("full-test", ";+clean;+Test/clean;+test") Global / onChangedBuildSource := ReloadOnSourceChanges val Scala212 = "2.12.19" -val Scala213 = "2.13.13" +val Scala213 = "2.13.18" val Scala3 = "3.3.1" //=============================================================================