mirror of https://github.com/sbt/sbt.git
fix test
This commit is contained in:
parent
caecbbabe7
commit
c793c33740
|
|
@ -1,6 +1,6 @@
|
|||
package sbt.internal.librarymanagement
|
||||
|
||||
import sbt.internal.util.ShowLines
|
||||
import sbt.util.ShowLines
|
||||
import sbt.librarymanagement._
|
||||
|
||||
class CachedResolutionSpec extends BaseIvySpecification {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class EvictionWarningSpec extends BaseIvySpecification {
|
|||
|
||||
def defaultOptions = EvictionWarningOptions.default
|
||||
|
||||
import sbt.internal.util.ShowLines._
|
||||
import sbt.util.ShowLines._
|
||||
|
||||
def scalaVersionDeps = Vector(scala2102, akkaActor230)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue