How to fully clean, re-resolve and rebuild a Scala sbt-managed project in IDEA?

前端 未结 10 692
一向
一向 2021-02-02 06:18

TL;DR: How can I fully reconcile all dependencies in IntelliJ when SBT file changes

I have a SBT project setup in IntelliJ. For the most part if works l

10条回答
  •  情话喂你
    2021-02-02 06:52

    To refresh IntelliJ after changes made in *.sbt files:

    • Open the SBT Project pane (Menu View / Tool WIndows / SBT)
    • Right click on your SBT project
    • Select Refresh external project

提交回复
热议问题