From b064acd4fb81af5dff71b2ee60f9c7567b4efd6f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 26 Sep 2024 00:16:46 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b8f17e98..f774e8c2 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import sbt.Keys._ excludeLintKeys in Global ++= Set(ideSkipProject) val scala2_12 = "2.12.20" -val scala2_13 = "2.13.14" +val scala2_13 = "2.13.15" val scala2 = List(scala2_12, scala2_13) val scala3 = "3.3.3"