Posts by newone • 21 points
1 post
-
2
votes1
answer51
viewsQ: How to add dependencies in build.sbt so that they are available in modules?
I am starting to use SBT for scala projects and would like to create a project like: APP ...Module1 ...Module2 ...Module3 ... build.sbt would like to know how to build.sbt dependencies so that they…