sbt/io upgrade

This commit is contained in:
Dale Wijnand 2016-11-30 12:13:51 +00:00
parent ac14fc8de8
commit 9a7abcb9c1
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -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()