Re: [ClojureScript] Re: Creating a map entry

2018-10-18 Thread Khalid Jebbari
Ooops, silly me... Thanks for catch.

On Thu, Oct 18, 2018, 4:55 PM Alex Miller  wrote:

>
>
> On Thursday, October 18, 2018 at 4:07:32 AM UTC-5, Khalid Jebbari wrote:
>>
>>
>> PS: I couldn't get clojure cli to download criterium to run the
>> benchmark, so I ended up using the REPL provided by in my current app setup
>> (based on Clojure 1.9.0, Boot 2.8.2 and criterium 0.4.4, the latest stable
>> versions).
>> Here's the command I ran and the error:
>>
>> ```
>> > clj -Sdeps "{:deps {org.clojure/clojure {:mvn/version \"1.9.0\"}
>> criterum {:mvn/version \"0.4.4\"}}}"
>> Error building classpath. Could not find artifact
>> criterum:criterum:jar:0.4.4 in central (https://repo1.maven.org/maven2/)
>>
>
> You misspelled "criterium" in your deps.
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "ClojureScript" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojurescript/doSapNEhLjc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Re: Creating a map entry

2018-10-18 Thread Alex Miller


On Thursday, October 18, 2018 at 4:07:32 AM UTC-5, Khalid Jebbari wrote:
>
>
> PS: I couldn't get clojure cli to download criterium to run the benchmark, 
> so I ended up using the REPL provided by in my current app setup (based on 
> Clojure 1.9.0, Boot 2.8.2 and criterium 0.4.4, the latest stable versions). 
> Here's the command I ran and the error:
>
> ```
> > clj -Sdeps "{:deps {org.clojure/clojure {:mvn/version \"1.9.0\"} 
> criterum {:mvn/version \"0.4.4\"}}}"
> Error building classpath. Could not find artifact 
> criterum:criterum:jar:0.4.4 in central (https://repo1.maven.org/maven2/)
>

You misspelled "criterium" in your deps.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.