mirror of https://github.com/sbt/sbt.git
IO 1.3.0
This commit is contained in:
parent
c0146ed0ff
commit
1aef82aedb
|
|
@ -8,7 +8,7 @@ object Dependencies {
|
|||
|
||||
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
|
||||
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.3.0-M12")
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.3.0")
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
def getSbtModulePath(key: String, name: String) = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue