Skip to content

Commit

Permalink
feat: add build.sbt to list of auto detactable manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontorovskyy committed Jun 28, 2020
1 parent ea33383 commit a91a731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/detect.ts
Expand Up @@ -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
Expand Down

0 comments on commit a91a731

Please sign in to comment.