0

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 ?

rvk_user
  • 1
  • 2

1 Answers1

1

To say to sbt to reload your changes, use reload command. You can read more about sbt commands for SBT@0.13, for SBR@1.x

Artavazd Balayan
  • 2,353
  • 1
  • 16
  • 25