From ac0d20f3e67d93ca52d6fcf1264af332031f8049 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Nov 2025 15:22:22 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a24b3020..d270542c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.github.sbt.git.SbtGit.GitKeys._ val scala212 = "2.12.20" -val scala213 = "2.13.16" +val scala213 = "2.13.17" val scala3 = "3.3.7" val updateReadme = inputKey[Unit]("Update readme")