mirror of https://github.com/sbt/sbt.git
Scala 2.12.14 / 2.13.6
This commit is contained in:
parent
5b4458dfde
commit
93b1d2ff92
|
|
@ -3,8 +3,8 @@ import Keys._
|
|||
import sbt.contraband.ContrabandPlugin.autoImport._
|
||||
|
||||
object Dependencies {
|
||||
val scala212 = "2.12.13"
|
||||
val scala213 = "2.13.5"
|
||||
val scala212 = "2.12.14"
|
||||
val scala213 = "2.13.6"
|
||||
|
||||
def nightlyVersion: Option[String] =
|
||||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||
|
|
|
|||
Loading…
Reference in New Issue