From ce3cacec214fceb1ea34dac1f73cb8b6e17cb81b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 16:38:59 +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 b0d8592..0a6f52a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import xerial.sbt.Sonatype.sonatypeCentralHost val zioVersion = "2.1.21" val scala3_Version = "3.6.3" -val scala2_13Version = "2.13.16" +val scala2_13Version = "2.13.17" val scala2_12Version = "2.12.20" val zioConfigVersion = "4.0.5" val nebulaClientVersion = "3.8.4"