How to add dependencies in build.sbt so that they are available in the modules?

2

I'm starting to use SBT for scala projects and would like to create a project like:

APP
...Module1
...Module2
    ...Module3

...
build.sbt

I would like to know how to make dependencies in build.sbt so that they are also used in modules.

Thank you for your attention.

    
asked by anonymous 31.07.2016 / 19:31

0 answers