mirror of https://github.com/sbt/sbt.git
bump sbt and IO
This commit is contained in:
parent
ea9d382b89
commit
e77dc68e34
|
|
@ -7,7 +7,7 @@ object Dependencies {
|
|||
|
||||
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
|
||||
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.3.1")
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.4.0-M2")
|
||||
private val utilVersion = nightlyVersion.getOrElse("1.3.2")
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.3.3
|
||||
sbt.version=1.3.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue