sbt provides Library Dependencies as a way to configure external dependencies to a project. This has implications on building, publishing… — sbt provides Library Dependencies as a way to configure external dependencies to a project. This has implications on building, publishing and/or dockerizing outputs. Hope to provide the differences between managedDependencies and unmanagedDependencies and also on how this can tweaked for certain packaging units.