should I put the jar dependancies on the sahred repo or just the source files ?
- by ashy_32bit
We have a Scala project with few source files (in Scala and Java) and quite some dependencies in various binary formats (jar and DLL). I'm wondering what should go into our shared git repo. Only the source files (developers have to download or somehow resolve the dependencies themselves) or the both the source files and the dependencies?
I may add that dependencies are all third parties and available for download for free.