Skip to content

Commit 15ada41

Browse files
committed
Update specs2 version
1 parent 84adea0 commit 15ada41

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ object Build {
725725
libraryDependencies ++= Seq(
726726
"com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
727727
"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()
729730
),
730731
// The sources should be published with crossPaths := false since they
731732
// need to be compiled by the project using the bridge.

sbt-bridge/test/xsbt/ExtractAPISpecification.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package xsbt
33

44
import org.junit.runner.RunWith
55
import xsbti.api._
6-
import xsbt.api.DefaultShowAPI
6+
import dotty.tools.dotc.sbt.DefaultShowAPI
77
import org.specs2.mutable.Specification
88
import org.specs2.runner.JUnitRunner
99

sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ package xsbt
33

44
import xsbti.compile.SingleOutput
55
import java.io.File
6-
import _root_.scala.tools.nsc.reporters.ConsoleReporter
7-
import _root_.scala.tools.nsc.Settings
86
import xsbti._
97
import xsbti.api.SourceAPI
108
import sbt.IO._

0 commit comments

Comments
 (0)