mirror of https://github.com/sbt/sbt.git
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:
parent
aec1e5fd52
commit
f87fe3fb16
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue