From 2b8d281ea4dbf08d00965a8f04e7bf185ecb8676 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:16:04 +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 3e6cfd5e6..443f601ac 100644 --- a/build.sbt +++ b/build.sbt @@ -599,7 +599,7 @@ def excludePaths(paths: Seq[String]) = { } val scala_v_12 = "2.12.20" -val scala_v_13 = "2.13.16" +val scala_v_13 = "2.13.17" val scala_v_30 = "3.3.6" val scalaCollectionCompatVersion = "2.13.0"