From 7884782245596b3fe760c4645ece8a1312049079 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 00:05:12 +0000 Subject: [PATCH] Update scala3-library to 3.3.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f544b545..2759cf53 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -18,7 +18,7 @@ object Dependencies { // Update the .github workflows when these scala versions change val scala212 = "2.12.20" val scala213 = "2.13.16" - val scala3 = "3.3.4" + val scala3 = "3.3.5" // the order in the list is important because the head will be considered the default. val CrossScalaForLib = Seq(scala212, scala213, scala3)