Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a rudimentary deps.edn file #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cjsauer
Copy link

@cjsauer cjsauer commented Nov 2, 2022

This PR just adds a deps.edn file with the necessary dependencies specified in order to allow one to depend on Loom via git deps. Relevant issue is here #135

I tested it in my project by including the following coordinates in my project's deps file:

aysylu/loom {:git/url "https://github.com/cjsauer/loom.git"
             :sha     "acd15ed3136a0f4091e97bfc187764ff8b60da4e"}

This worked fine in both CLJ and CLJS (my project is CLJC).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant