A repository is a place that SBT looks for libraryDependencies
. If the build complains about not finding a dependency, it can be lacking the correct repository. Within SBT, the repositories are listed in the resolvers
SettingKey:
resolvers += "Flyway" at "https://flywaydb.org/repo"
This follows the syntax of 'Repository name' at 'url location'.