This project illustrates several ways to achieve Dependency Injection in Scala and it's highly inspired by Dave Gurnell's tech talk
Dependencies Injection strategies covered:
- Google Guice
- Constructor based
- Macwire
- Traits
- Thin Cake Pattern
- Full Cake Pattern
- Functions based