The following code in the compiler:
abstract class query {def get: Unit => scala.xml.Elem}
gives me the error: \"object xml is not a mem
Update the dependency
// https://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml_2.12 libraryDependencies += "org.scala-lang.modules" % "scala-xml_2.12" % "1.0.6"