I have projects implemented on scala/sbt and java/maven. Both use dependency someDependecy.jar which is hosted in artifactory.
To resolve path to artifactory for maven I've just added settings.xml into HOME/.m2.
Can I somehow tell sbt to use settings.xml to not to duplicate this urls and credentials to artifactory?