From f87fe3fb161fb30ea92c4fae0ec5739fa0ecc3f7 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Tue, 8 Sep 2015 09:55:26 +0200 Subject: [PATCH] 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. --- .../src/main/scala/sbt/compiler/ComponentCompiler.scala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/compile-ivy/src/main/scala/sbt/compiler/ComponentCompiler.scala b/internal/compile-ivy/src/main/scala/sbt/compiler/ComponentCompiler.scala index 5ba9a2d93..789203f53 100644 --- a/internal/compile-ivy/src/main/scala/sbt/compiler/ComponentCompiler.scala +++ b/internal/compile-ivy/src/main/scala/sbt/compiler/ComponentCompiler.scala @@ -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"