We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace6511 commit 063c63dCopy full SHA for 063c63d
build.sbt
@@ -27,6 +27,8 @@ ThisBuild / libraryDependencies ++= Seq(
27
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1"
28
) ++ scalatest
29
30
+ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always //FIXME - remove when scalatest is updated
31
+
32
Test / parallelExecution := false
33
34
lazy val common = project.in(file("common"))
0 commit comments