From b547e7f6329196cb12670836a2827299110da877 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 22:06:04 +0000 Subject: [PATCH] [build] 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 890e685..fdddffd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212Ver = "2.12.20" -val scala213Ver = "2.13.17" +val scala213Ver = "2.13.18" val scala3Ver = "3.3.7" val githubId = "rayrobdod/string-context-parser-combinator"