From 65c469d55a876a4ae88fe6bbd3bee0aebaef855c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 23:53:01 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 09cb12d921..3179b174f6 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -5,7 +5,7 @@ import scalalib._ object Scala { def scala212 = "2.12.20" def scala213 = "2.13.15" - def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions + def runnerScala3 = "3.3.3" // the newest version that is compatible with all Scala 3.x versions def scala3LtsPrefix = "3.3" // used for the LTS version tags def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build def scala3Next = "3.5.1" // the newest/next version of Scala