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

dependant repos need to be added to deps.edn file #14

Closed
boxxxie opened this issue Jul 11, 2021 · 2 comments
Closed

dependant repos need to be added to deps.edn file #14

boxxxie opened this issue Jul 11, 2021 · 2 comments

Comments

@boxxxie
Copy link

boxxxie commented Jul 11, 2021

i have to add this to my deps.edn or clojure throws nonsense errors

 :mvn/repos {
             "jitpack" {:url "https://jitpack.io"}
             "sonatype" {:url "https://oss.sonatype.org/content/repositories/releases"
                         :snapshots false
                         :releases {:checksum :fail :update :always}}
             "sonatype-snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots"
                                   :snapshots true
                                   :releases {:checksum :fail :update :always}}}

i have also tried converting the project.clj to deps.edn in my fork, but i still need to add these to my project that uses this library. maybe this is normal and needs to be added to the docs, or maybe there is a way to eliminate the dependant repos

@suvash
Copy link
Owner

suvash commented Jul 12, 2021

I certainly haven't looked into the deps.edn requirements/structure yet for this project. Thanks for bringing this up. I'll take a look at it in the coming weeks and try to document it (and resolve anything if needed).

@suvash
Copy link
Owner

suvash commented Oct 11, 2022

Sorry I'm going to close this as nobody else has reported any problems regarding this. Please reopen the issue (or better even submit a PR) if it's of concern.

@suvash suvash closed this as completed Oct 11, 2022
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

No branches or pull requests

2 participants