I'm trying to modify the build.sbt file to add scalatest dependencies in IntelliJ IDEA. There's no error log in the console but I got a Unknown artifact. Not resolved or indexed.
when I hovered my mouse over the underline. How do I solve this? Many thanks in advance!
This is the line I used to add dependency: libraryDependencies += "org.scalatest" % "scalatest_2.11" % "3.0.1" % "test"
And here is what my screen looks like:
See Question&Answers more detail:os