Facing issue after importing project to intellij.
unresolved dependency: io.spray#sbt-revolver;0.9.1: not found unresolved dependency: de.johoop#sbt-testng-plugin;3.1.1: not found
How to install above dependencies using bash.
i tried addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") with but having syntex error as
-bash: syntax error near unexpected token `"io.spray"'
- com.lightbend.sbt#sbt-aspectj;0.11.0: not found
- io.spray#sbt-revolver;0.9.1: not found
- de.johoop#sbt-testng-plugin;3.1.1: not found
See complete log in file:/Users/xxxLibrary/Logs/IntelliJIdea2018.1/sbt.last.log – Axm Jul 19 '20 at 18:37