From 53b04a2340671daf6a673fb8466b05beace7ddcd Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 10 May 2016 01:00:23 -0400 Subject: [PATCH] Bump up libarydependencies libarydependencies 0.1.0-M9 was pulling in incorrect dependencies. --- project/Dependencies.scala | 2 +- sbt/src/main/scala/Import.scala | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 184ca46cb..d48da4a9c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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 diff --git a/sbt/src/main/scala/Import.scala b/sbt/src/main/scala/Import.scala index 7c68fc103..be017d8de 100644 --- a/sbt/src/main/scala/Import.scala +++ b/sbt/src/main/scala/Import.scala @@ -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