mirror of https://github.com/sbt/sbt.git
commit
7b16e5b503
|
|
@ -9,8 +9,8 @@ object Dependencies {
|
||||||
def nightlyVersion: Option[String] =
|
def nightlyVersion: Option[String] =
|
||||||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||||
|
|
||||||
private val ioVersion = nightlyVersion.getOrElse("1.6.0")
|
private val ioVersion = nightlyVersion.getOrElse("1.7.0")
|
||||||
private val utilVersion = nightlyVersion.getOrElse("1.6.0")
|
private val utilVersion = nightlyVersion.getOrElse("1.7.0")
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue