Bump sbt/io to 1.0.0-M8, w/ fix to IO.relativize

This commit is contained in:
Dale Wijnand 2017-01-03 10:28:08 +00:00
parent 496e8d3e4f
commit b7fefb367f
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ object Dependencies {
val scala211 = "2.11.8"
val scala212 = "2.12.1"
private val sbtIO = "org.scala-sbt" %% "io" % "1.0.0-M7"
private val ioVersion = "1.0.0-M9"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
def getSbtModulePath(key: String, name: String) = {
val localProps = new java.util.Properties()