From 2db21c3c0f6f48c758574e3687862afcb0d11c38 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 19:06:37 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58c9594..60a5be6 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild/organization := "com.michaelpollmeier" publish/skip := true val scalaLTSVersion = "3.3.6" -val scalaVersions = Seq(scalaLTSVersion, "3.6.4", "3.7.1") +val scalaVersions = Seq(scalaLTSVersion, "3.6.4", "3.7.3") ThisBuild/scalaVersion := scalaVersions.max lazy val Slf4jVersion = "2.0.16"