mirror of https://github.com/sbt/sbt.git
Add scalaXml to testingProj dependencies
This also seemed to be missing once the sbt metabuild classpath stopped leaking into the compiler clAdd scalaXml to testingProj dependencies This also seemed to be missing once the sbt metabuild classpath stopped leaking into the compiler clAdd scalaXml to testingProj dependencies This also seemed to be missing once the sbt metabuild classpath stopped leaking into the compiler clAdd scalaXml to testingProj dependencies This also seemed to be missing once the sbt metabuild classpath stopped leaking into the compiler classpath.
This commit is contained in:
parent
0d8f0816bc
commit
02e78bd31d
|
|
@ -251,7 +251,7 @@ lazy val testingProj = (project in file("testing"))
|
|||
.settings(
|
||||
baseSettings,
|
||||
name := "Testing",
|
||||
libraryDependencies ++= Seq(testInterface, launcherInterface, sjsonNewScalaJson.value),
|
||||
libraryDependencies ++= scalaXml.value ++ Seq(testInterface, launcherInterface, sjsonNewScalaJson.value),
|
||||
Compile / scalacOptions += "-Ywarn-unused:-locals,-explicits,-privates",
|
||||
managedSourceDirectories in Compile +=
|
||||
baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||
|
|
|
|||
Loading…
Reference in New Issue