Skip to content

Commit 063c63d

Browse files
committed
to fix version conflict(s) in library dependencies
1 parent ace6511 commit 063c63d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ThisBuild / libraryDependencies ++= Seq(
2727
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1"
2828
) ++ scalatest
2929

30+
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always //FIXME - remove when scalatest is updated
31+
3032
Test / parallelExecution := false
3133

3234
lazy val common = project.in(file("common"))

0 commit comments

Comments
 (0)