Skip to content

Commit b769005

Browse files
committed
Remove dependency on specs2
1 parent 6d339d0 commit b769005

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,7 @@ object Build {
739739
resolvers += Resolver.typesafeIvyRepo("releases"), // For org.scala-sbt:api
740740
libraryDependencies ++= Seq(
741741
Dependencies.compilerInterface(sbtVersion.value),
742-
(Dependencies.zincApiinfo(sbtVersion.value) % Test).withDottyCompat(scalaVersion.value),
743-
("org.specs2" %% "specs2-core" % "3.9.1" % Test).withDottyCompat(scalaVersion.value),
744-
("org.specs2" %% "specs2-junit" % "3.9.1" % Test).withDottyCompat(scalaVersion.value)
742+
(Dependencies.zincApiinfo(sbtVersion.value) % Test).withDottyCompat(scalaVersion.value)
745743
),
746744
// The sources should be published with crossPaths := false since they
747745
// need to be compiled by the project using the bridge.

0 commit comments

Comments
 (0)