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

前端 未结 4 1613
别那么骄傲
别那么骄傲 2020-12-01 07:24

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 resolv

4条回答
  •  [愿得一人]
    2020-12-01 08:08

    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:

提交回复
热议问题