Update Scala to 3.8.4

This commit is contained in:
xuwei-k 2026-06-03 08:33:03 +09:00
parent 7b73bd1f44
commit 6fcf7167ac
3 changed files with 2 additions and 2 deletions

View File

@ -1052,7 +1052,6 @@ lazy val sbtwProj = (project in file("sbtw"))
commonSettings,
name := "sbtw",
description := "Windows drop-in launcher for sbt (replaces sbt.bat)",
scalaVersion := "3.8.3",
crossPaths := false,
Compile / mainClass := Some("sbtw.Main"),
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",

View File

@ -428,6 +428,7 @@ private[sbt] object Continuous {
}
}
@annotation.nowarn("msg=which is not accessible here")
private def getFileEvents(
configs: Seq[Config],
logger: Logger,

View File

@ -3,7 +3,7 @@ import Keys.*
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
val scala3 = "3.8.3"
val scala3 = "3.8.4"
val scala212 = "2.12.21"
val baseScalaVersion = scala3
def nightlyVersion: Option[String] =