From c1be7530fe25426d740952825eaeacb1bbee57f8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 27 Feb 2024 00:05:49 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d18221a..eea9a4a 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.10" +val scala2_13 = "2.13.13" val kafkaVersion = "3.4.0" val logbackVersion = "1.4.7"