Update sbt modules, migrate to scalatest

- Update sbt/util to 1.0.0-M3
 - Update sbt/librarymanagement to 1.0.0-M2

Also, migrate the tests from specs2 to scalatest.
This commit is contained in:
Martin Duhem 2015-09-08 09:55:26 +02:00
parent aec1e5fd52
commit f87fe3fb16
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ package compiler
import java.io.File
import scala.util.Try
import sbt.io.{ Hash, IO }
import sbt.internal.librarymanagement._
import sbt.librarymanagement.{ Configurations, ModuleID, ModuleInfo, Resolver, UpdateOptions, VersionNumber }
import sbt.util.Logger
object ComponentCompiler {
val xsbtiID = "xsbti"