From eb671ab762f52b54cefcc2518915247ac18300f2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 8 Oct 2025 00:07:07 +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 5381ba9..90d352b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings import sbt.Keys._ import sbt._ -val scala2_13 = "2.13.16" +val scala2_13 = "2.13.17" val kafkaVersion = "3.4.0" val logbackVersion = "1.4.7"