From d2cae7e4ef5af5fb9c6587ba57ec4304e3efc8e4 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Fri, 17 Jan 2025 01:26:54 +0100 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.16 (#371) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 547819b..5f17e52 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.15" +val scala2_13 = "2.13.16" val scala2 = List(scala2_12, scala2_13) val scala3 = "3.3.4"