Skip to content

Commit 46f7bc4

Browse files
committed
Removed scala-xml dependency from scalacticDotty.
1 parent b10f297 commit 46f7bc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/scalatest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ object ScalatestBuild {
597597
projectTitle := "Scalactic",
598598
organization := "org.scalactic",
599599
initialCommands in console := "import org.scalactic._",
600-
libraryDependencies ++= scalaXmlDependency(scalaVersion.value),
601600
sourceGenerators in Compile += {
602601
Def.task{
603602
// From scalactic-macro

0 commit comments

Comments
 (0)