This commit is contained in:
parent
62edcaac67
commit
3c6a8a5dfd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
def selectCredentials(): Credentials =
|
||||
if (Path.userHome.exists())
|
||||
if ((Path.userHome / ".sbt" / ".credentials").exists())
|
||||
Credentials(Path.userHome / ".sbt" / ".credentials")
|
||||
else
|
||||
Credentials.apply(
|
||||
|
|
Loading…
Add table
Reference in a new issue