You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions for 0.5.1, I got this error:
Could not find artifact appengine-magic:appengine-magic:jar:0.5.1-SNAPSHOT in clojars (https://clojars.org/repo/)
I fixed this by changing the :dependencies and :plugins in project.clj to reflect [org.clojars.intronic/appengine-magic "0.5.1-SNAPSHOT"]
Maybe the README.md could by changed to reflect this (Getting Started => Project Setup => point 3), or the 0.5.1-SNAPSHOT can be added to 'appengine-magic/appengine-magic' on clojars.
Could save newbies some time to get started.
Thanks.
The text was updated successfully, but these errors were encountered:
blak3mill3r
added a commit
to blak3mill3r/appengine-magic
that referenced
this issue
Dec 6, 2014
Following the instructions for 0.5.1, I got this error:
Could not find artifact appengine-magic:appengine-magic:jar:0.5.1-SNAPSHOT in clojars (https://clojars.org/repo/)
I fixed this by changing the :dependencies and :plugins in project.clj to reflect [org.clojars.intronic/appengine-magic "0.5.1-SNAPSHOT"]
Maybe the README.md could by changed to reflect this (Getting Started => Project Setup => point 3), or the 0.5.1-SNAPSHOT can be added to 'appengine-magic/appengine-magic' on clojars.
Could save newbies some time to get started.
Thanks.
The text was updated successfully, but these errors were encountered: