mirror of https://github.com/sbt/sbt.git
Util 1.7.1
This commit is contained in:
parent
8b016c7555
commit
90795c3590
|
|
@ -13,7 +13,7 @@ ThisBuild / version := {
|
|||
nightlyVersion match {
|
||||
case Some(v) => v
|
||||
case _ =>
|
||||
if ((ThisBuild / isSnapshot).value) "1.4.0-SNAPSHOT"
|
||||
if ((ThisBuild / isSnapshot).value) "1.7.2-SNAPSHOT"
|
||||
else old
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ object Dependencies {
|
|||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.7.0")
|
||||
private val utilVersion = nightlyVersion.getOrElse("1.7.0")
|
||||
private val utilVersion = nightlyVersion.getOrElse("1.7.1")
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue