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