From e85276ddb8f19006340319b8ef0f4d4835a4af8a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:10:04 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 072d66d..190d971 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val unusedWarnings = Seq( ) val Scala212 = "2.12.20" -val Scala3 = "3.3.6" +val Scala3 = "3.3.7" lazy val commonSettings = Def.settings( ReleasePlugin.extraReleaseCommands,