From 3c6a8a5dfdd5d1a314bb25a7df17b391db628510 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sun, 17 Mar 2024 10:05:29 -0500 Subject: [PATCH] Updated to fix exists bug. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f95b86c..49f95ef 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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(