From bab493224a5e3de698e67587b4422333ea4c2214 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:25:26 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d7fd827..8a2b32d4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ val scala212 = "2.12.21" val scala213 = "2.13.16" -val scala3 = "3.3.6" +val scala3 = "3.3.8" GlobalScope / tlCommandAliases ++= Map( "fmt" -> List("scalafmtAll", "scalafmtSbt"),