From 00eb1fc8979acc935ce5696293d093553bf34809 Mon Sep 17 00:00:00 2001 From: "nmcb-scala-steward[bot]" <157481287+nmcb-scala-steward[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:26:37 +0000 Subject: [PATCH] Update scala3-library to 3.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fea69b..ef02b74 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = project.in(file(".")) .settings( name := "proust" , version := "0.1.0" - , scalaVersion := "3.7.3" + , scalaVersion := "3.7.4" , libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % "test" , scalacOptions := List("-encoding", "utf8", "-Xfatal-warnings", "-deprecation", "-unchecked"), Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat