File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,8 @@ object Build {
725
725
libraryDependencies ++= Seq (
726
726
" com.typesafe.sbt" % " sbt-interface" % sbtVersion.value,
727
727
" org.scala-sbt" % " api" % sbtVersion.value % " test" ,
728
- (" org.specs2" %% " specs2" % " 2.3.11" % " test" ).withDottyCompat()
728
+ (" org.specs2" %% " specs2-core" % " 3.9.1" % " test" ).withDottyCompat(),
729
+ (" org.specs2" %% " specs2-junit" % " 3.9.1" % " test" ).withDottyCompat()
729
730
),
730
731
// The sources should be published with crossPaths := false since they
731
732
// need to be compiled by the project using the bridge.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package xsbt
3
3
4
4
import org .junit .runner .RunWith
5
5
import xsbti .api ._
6
- import xsbt . api .DefaultShowAPI
6
+ import dotty . tools . dotc . sbt .DefaultShowAPI
7
7
import org .specs2 .mutable .Specification
8
8
import org .specs2 .runner .JUnitRunner
9
9
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ package xsbt
3
3
4
4
import xsbti .compile .SingleOutput
5
5
import java .io .File
6
- import _root_ .scala .tools .nsc .reporters .ConsoleReporter
7
- import _root_ .scala .tools .nsc .Settings
8
6
import xsbti ._
9
7
import xsbti .api .SourceAPI
10
8
import sbt .IO ._
You can’t perform that action at this time.
0 commit comments