From 4deae148d7966fa87032420946a14d7c136e3fe3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 15:34:02 +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 1f42709..6d45457 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val versions = new { val reactor = "0.8.0" val reactorGrpc = "1.2.3" val scala212 = "2.12.16" - val scala213 = "2.13.8" + val scala213 = "2.13.17" } lazy val root = project