mirror of https://github.com/sbt/sbt.git
Update Scala 2.13 version
This commit is contained in:
parent
689f347bde
commit
47bdf1bcde
|
|
@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
|||
|
||||
object Dependencies {
|
||||
val scala212 = "2.12.18"
|
||||
val scala213 = "2.13.10"
|
||||
val scala213 = "2.13.12"
|
||||
|
||||
def nightlyVersion: Option[String] =
|
||||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||
|
|
|
|||
Loading…
Reference in New Issue