From 8b52b2a3b636d3c81fd58c0cc4a50efb73143f4d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 14:14:57 +0000 Subject: [PATCH] Update scala3-library to 3.8.1 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 174c8eb..a8b391b 100644 --- a/build.mill +++ b/build.mill @@ -24,7 +24,7 @@ trait MillGitCross with GitVersionedPublishModule with SonatypeCentralPublishModule: val millVersion = crossValue - override def scalaVersion = "3.7.4" + override def scalaVersion = "3.8.1" override def scalacOptions = super.scalacOptions() ++ ScalacOptions.tokensForVersion( ScalaVersion.unsafeFromString(scalaVersion()), ScalacOptions.default + source3 ++ fatalWarningOptions