From 502fed40a3f96cee234ae831250ac2e6628fc3ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 5 Feb 2025 13:58:49 +0000 Subject: [PATCH] Update scala-library from 2.13.13 to 2.13.16 --- project/BuildSettings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index 241e5681..7c0273cf 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -14,7 +14,7 @@ object BuildSettings { private def isScala3(scalaVersion: String): Boolean = CrossVersion.partialVersion(scalaVersion).exists(_._1 == 3) private val scala212 = "2.12.19" - private val scala213 = "2.13.13" + private val scala213 = "2.13.16" private val scala3 = "3.3.5" lazy val common: Seq[Def.Setting[_]] = Seq(