From 02f4eb56c012a287394027768c846e860e695606 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 12:46:45 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fba5a1299..8c4695ddd 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val shapelessVersion = "2.3.12" lazy val silencerVersion = "1.7.1" lazy val specs2Version = "4.20.9" lazy val scala212Version = "2.12.20" -lazy val scala213Version = "2.13.15" +lazy val scala213Version = "2.13.16" lazy val scala3Version = "3.3.4" // scala-steward:off lazy val slf4jVersion = "1.7.36"