From ec3540ae9fd55735a310b48036a13f4473bcc484 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 14:48:32 +0000 Subject: [PATCH] Update scala3-library to 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2e99b35..ee07fbb 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import org.jetbrains.sbtidea.Keys.* import org.jetbrains.sbtidea.verifier.FailureLevel -lazy val scala3Version = "3.5.2" +lazy val scala3Version = "3.6.2" lazy val logbackVersion = "1.5.12" lazy val graphvizVersion = "0.18.1" lazy val joorVersion = "0.9.15"