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

Dependency update fails for leiningen #10

Open
tugh opened this issue Apr 12, 2021 · 0 comments
Open

Dependency update fails for leiningen #10

tugh opened this issue Apr 12, 2021 · 0 comments

Comments

@tugh
Copy link

tugh commented Apr 12, 2021

When I add [vimsical/re-frame-utils "0.1.0"] to project.clj lein deps command fails as below:

$ lein deps
Could not find artifact vimsical:re-frame-utils:jar:0.1.0 in central (https://repo1.maven.org/maven2/)
Could not find artifact vimsical:re-frame-utils:jar:0.1.0 in clojars (https://repo.clojars.org/)
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

When I use [re-frame-utils "0.1.0"] instead of [vimsical/re-frame-utils "0.1.0"] everything is fine:

$ lein deps
Retrieving re-frame-utils/re-frame-utils/0.1.0/re-frame-utils-0.1.0.pom from clojars
Retrieving re-frame-utils/re-frame-utils/0.1.0/re-frame-utils-0.1.0.jar from clojars
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

1 participant