I have installed Atom and Clojure in order to learn the language, however I 
am having a problem getting proto-repl to work. Here is the error message I 
am getting:

Could not find artifact repo.clojars.org:proto-repl:jar:�0.3.1� in central 
(https://repo1.maven.org/maven2/)
Could not find artifact repo.clojars.org:proto-repl:jar:�0.3.1� in clojars 
(https://repo.clojars.org/)

According to some help I have found online, I need to add proto-repl to the 
project dependencies. Understand that I am only just starting out in the 
language, the advice wasn't very specific, so I am not sure I have got this 
right. Here is my project.clj file:

(defproject welcometoclojurebridge "0.1.0-SNAPSHOT"
  :description "Welcome to ClojureBridge InstallFest app"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.8.0"]
                 [quil "2.2.6"]
                 [proto-repl “0.3.1”]])

Does that look right? Atom is telling me it isn't right. Any help getting 
up and running would be much appreciated! Sorry for the braindead n00b 
question!

Bruce.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to