rvk_user
rvk_user

Reputation: 11

Sbt Project dependencies

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

Answers (1)

Artavazd Balayan
Artavazd Balayan

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

Related Questions