Bump sbt/util to 0.1.0-M14

This commit is contained in:
Dale Wijnand 2016-10-05 10:20:32 -05:00
parent 87ef5287f6
commit e177ba75d6
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ object Dependencies {
// sbt modules
val ioVersion = "1.0.0-M6"
val utilVersion = "0.1.0-M13"
val utilVersion = "0.1.0-M14"
val librarymanagementVersion = "0.1.0-X1"
val zincVersion = "1.0.0-X3"
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion