From 9ce030164b07f36d484c18aabc21ea10d4e9ad71 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:59:24 +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 4a845570..495641e5 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ val scala212 = "2.12.20" val scala213 = "2.13.16" -val scala3 = "3.3.6" +val scala3 = "3.3.7" GlobalScope / tlCommandAliases ++= Map( "fmt" -> List("scalafmtAll", "scalafmtSbt"),