mirror of https://github.com/sbt/sbt.git
Merge 6fcf7167ac into e27f3df021
This commit is contained in:
commit
d7f5426767
|
|
@ -428,6 +428,7 @@ private[sbt] object Continuous {
|
|||
}
|
||||
}
|
||||
|
||||
@annotation.nowarn("msg=which is not accessible here")
|
||||
private def getFileEvents(
|
||||
configs: Seq[Config],
|
||||
logger: Logger,
|
||||
|
|
|
|||
|
|
@ -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] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue