From 4bd5a7a8b2aa24012c01d6ed26b1cc23a67e78f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:50:02 +0200 Subject: [PATCH] Update scala3-library to 3.3.1 (#1251) Co-authored-by: Alexandre Archambault --- project/deps.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps.sc b/project/deps.sc index 0245fbc13..c7e1fc5f2 100644 --- a/project/deps.sc +++ b/project/deps.sc @@ -85,7 +85,7 @@ object Deps { } object ScalaVersions { - def scala3Latest = "3.3.0" + def scala3Latest = "3.3.1" def scala3Compat = "3.3.0" def cross2_3Version(sv: String) = "2.13.11" def scala213 = "2.13.11"