File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -739,9 +739,7 @@ object Build {
739
739
resolvers += Resolver .typesafeIvyRepo(" releases" ), // For org.scala-sbt:api
740
740
libraryDependencies ++= Seq (
741
741
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)
745
743
),
746
744
// The sources should be published with crossPaths := false since they
747
745
// need to be compiled by the project using the bridge.
You can’t perform that action at this time.
0 commit comments