mirror of https://github.com/sbt/sbt.git
Merge pull request #2600 from eed3si9n/wip/fixpom
Bump up libarymanagement
This commit is contained in:
commit
af4413b5cc
|
|
@ -11,7 +11,7 @@ object Dependencies {
|
||||||
// sbt modules
|
// sbt modules
|
||||||
val ioVersion = "1.0.0-M5"
|
val ioVersion = "1.0.0-M5"
|
||||||
val utilVersion = "0.1.0-M12"
|
val utilVersion = "0.1.0-M12"
|
||||||
val librarymanagementVersion = "0.1.0-M9"
|
val librarymanagementVersion = "0.1.0-M10"
|
||||||
val zincVersion = "1.0.0-M1"
|
val zincVersion = "1.0.0-M1"
|
||||||
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
lazy val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion
|
lazy val utilCollection = "org.scala-sbt" %% "util-collection" % utilVersion
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,6 @@ trait Import {
|
||||||
type RichFile = sbt.io.RichFile
|
type RichFile = sbt.io.RichFile
|
||||||
type SimpleFileFilter = sbt.io.SimpleFileFilter
|
type SimpleFileFilter = sbt.io.SimpleFileFilter
|
||||||
type SimpleFilter = sbt.io.SimpleFilter
|
type SimpleFilter = sbt.io.SimpleFilter
|
||||||
type TestError = sbt.io.TestError
|
|
||||||
type TestException = sbt.io.TestException
|
|
||||||
type TestRuntimeException = sbt.io.TestRuntimeException
|
|
||||||
|
|
||||||
// sbt.util
|
// sbt.util
|
||||||
type AbstractLogger = sbt.util.AbstractLogger
|
type AbstractLogger = sbt.util.AbstractLogger
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue