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 b37046a commit 9bf6675Copy full SHA for 9bf6675
sbt-exercise/src/sbt-test/sbt-exercise/basic/build.sbt
@@ -41,5 +41,6 @@ lazy val check = (project in file("check"))
41
resolvers ++= Seq(
42
Resolver.sonatypeRepo("snapshots"),
43
Resolver.defaultLocal
44
- )
+ ),
45
+ dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.0.1"
46
)
0 commit comments