mirror of https://github.com/sbt/sbt.git
sbt/io upgrade
This commit is contained in:
parent
ac14fc8de8
commit
9a7abcb9c1
|
|
@ -6,7 +6,7 @@ object Dependencies {
|
|||
val scala211 = "2.11.8"
|
||||
val scala212 = "2.12.0"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % "1.0.0-M7"
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % "1.0.0-M7-6c64b6b5b29e4e12e95b09ceda6d2e8dd6092f00"
|
||||
|
||||
def getSbtModulePath(key: String, name: String) = {
|
||||
val localProps = new java.util.Properties()
|
||||
|
|
|
|||
Loading…
Reference in New Issue