Adding sbt Libraries to Dependencies

What is the preferred way of adding libraries/dependencies downloaded by sbt to the IDEA module dependencies?

0
1 comment
Avatar
Permanently deleted user

You can try using sbt's idea plugin to generate the IDEA project files entirely.

https://github.com/mpeltonen/sbt-idea

0

Please sign in to leave a comment.