From 5e6174a38bdafe75fe4a63d3f43c1f8e41432d65 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 23:21:03 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e75b30..5f9e74c 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ def scalaCollectionsCompat(scalaVersion: String): immutable.Seq[ModuleID] = { } val scala212 = "2.12.20" -val scala213 = "2.13.15" +val scala213 = "2.13.16" val scala3 = "3.3.4" ThisBuild / scalaVersion := scala213