Merge pull request #2600 from eed3si9n/wip/fixpom

Bump up libarymanagement
This commit is contained in:
eugene yokota 2016-05-11 10:11:43 -04:00
commit af4413b5cc
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