“Unknown artifact. Not resolved or indexed” error for scalatest

If you just added the dependency, it might not have been downloaded yet. Refresh/reimport the project to do so.

If it has already been downloaded, press Alt+Enter in IntelliJ on the lines with the warning and select the “update project resolvers’ indexes” quickfix, then select the “local cache” index and click “update”.

You can verify that the update worked by checking the date in the “Updated” column:

Resolver indexes

Leave a Comment