From 65df06d17cedf60124403ea0f1a7da3a4a691adb Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 01:54:56 +0000 Subject: [PATCH] Update scala3-library, ... to 3.4.1 --- project/Common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Common.scala b/project/Common.scala index ae6cd22..f75ecc8 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -25,7 +25,7 @@ object Common { val Scala212 = "2.12.19" private[this] val Scala213 = "2.13.14" - private[this] val Scala3 = "3.3.3" + private[this] val Scala3 = "3.4.1" val settings = Seq( ReleasePlugin.extraReleaseCommands