From a91a7312005ad3962aec9aa24ccf61184ff3c06e Mon Sep 17 00:00:00 2001 From: Daniel Kontorovskyi Date: Sun, 28 Jun 2020 20:53:05 +0300 Subject: [PATCH] feat: add build.sbt to list of auto detactable manifests --- src/lib/detect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/detect.ts b/src/lib/detect.ts index 643fcba40a0..be0be9873d5 100644 --- a/src/lib/detect.ts +++ b/src/lib/detect.ts @@ -50,6 +50,7 @@ export const AUTO_DETECTABLE_FILES: string[] = [ 'vendor.json', 'Pipfile', 'requirements.txt', + 'build.sbt', ]; // when file is specified with --file, we look it up here