A list of credentials to define in the sbt configuration directory.
Declarations
Type
list of (submodule)Default
[ ]Example
[
{
host = "example.com";
passwordCommand = "pass show sbt/[email protected]";
realm = "Sonatype Nexus Repository Manager";
user = "user";
}
]