I`m trying to run my sbt project, based on TestNG, but when I run it I get error
Error:scalac: error while loading ITestContext, class file '~.ivy2\cache\org.testng\testng\jars\testng-6.8.jar(org/testng/ITestContext.class)' is broken (class java.lang.NullPointerException/null) Warning:scalac: Class com.google.inject.Module not found - continuing with a stub.
I don't see com.google.inject in dependencies tree and don't know, how to add it manually