This commit is contained in:
kenji yoshida 2026-06-03 23:55:35 +08:00 committed by GitHub
commit d7f5426767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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] =