From 371f458e7d358084a1ca489d9ffd3bc1c22bc387 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:24:46 +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 94d66f2..badeb57 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ val scala212 = "2.12.20" -val scala213 = "2.13.16" +val scala213 = "2.13.17" val scala3 = "3.3.6" val scalatestVersion = "3.2.19"