laughedelic - Overview

1

Some of these practices might be based on wrong assumptions and I'm not aware of it, so I would appreciate any feedback.

2


              

3

1. avoiding _some_ dependency conflicts:

4

    + install [sbt-explicit-dependencies](https://github.com/cb372/sbt-explicit-dependencies) globally in your `~/.sbt/{0.13,1.0}/plugins/plugins.sbt`

5

    + run `undeclaredCompileDependencies` and make the _obvious_ missing dependencies explicit by adding them to `libraryDependencies` of each sub-project