I want to use this package in my scala sbt project:
import scala.util.parsing.json._
I'm able to run the code, but eclipse is detecting it as an error, saying:
object parsing is not a member of package util
I've tried to refresh folder, run sbt eclipse
, also saw this link: How to have Eclipse recognize dependencies from SBT, nothing helped..
What can I do to avoid this?