Closed LeviSchuck closed 3 years ago
It seems to expect master only.
You can manually specify a branch or any commitish with :tag in a dependency specification.
:tag
(declare-project :dependencies [{:repo "https://github.com/a/b.git" :tag "main"}])
It seems to expect master only.