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