Bump up libarydependencies

libarydependencies 0.1.0-M9 was pulling in incorrect dependencies.
This commit is contained in:
Eugene Yokota 2016-05-10 01:00:23 -04:00
parent d8e763438c
commit 53b04a2340
2 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,7 @@ object Dependencies {
// sbt modules
val ioVersion = "1.0.0-M5"
val utilVersion = "0.1.0-M12"
val librarymanagementVersion = "0.1.0-M9"
val librarymanagementVersion = "0.1.0-M10"
val zincVersion = "1.0.0-M1"
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion

View File

@ -30,9 +30,6 @@ trait Import {
type RichFile = sbt.io.RichFile
type SimpleFileFilter = sbt.io.SimpleFileFilter
type SimpleFilter = sbt.io.SimpleFilter
type TestError = sbt.io.TestError
type TestException = sbt.io.TestException
type TestRuntimeException = sbt.io.TestRuntimeException
// sbt.util
type AbstractLogger = sbt.util.AbstractLogger