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