mirror of https://github.com/sbt/sbt.git
Merge pull request #7834 from eed3si9n/wip/bump_scala
[2.x] deps: Update to Scala 3.5.2
This commit is contained in:
commit
8c8cc430a8
|
|
@ -6,7 +6,7 @@ object Dependencies {
|
|||
// WARNING: Please Scala update versions in PluginCross.scala too
|
||||
val scala212 = "2.12.20"
|
||||
val scala213 = "2.13.15"
|
||||
val scala3 = "3.3.4"
|
||||
val scala3 = "3.5.2"
|
||||
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
||||
val baseScalaVersion = scala3
|
||||
def nightlyVersion: Option[String] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue