Reputation: 11
I am quite new to Scala and sbt. What is the command to be used in the command line to refresh the dependencies as per the updated build.sbt ?
I already tried building my project in Intellij but it doesn't help. On a side note, what is the sbt alternative command for mvn build ?
Upvotes: 0
Views: 84
Reputation: 2413
To say to sbt to reload your changes, use reload command. You can read more about sbt commands for [email protected], for [email protected]
Upvotes: 1