On Tue, Feb 27, 2018 at 12:36 AM, Didier <didi...@gmail.com> wrote:

> Another question, after installing it, if I run clj and then do:
>
> (require '[clojure.spec.aplha :as s])
>
>
^^ typo: aplha


> I get:
>
> FileNotFoundException Could not locate clojure/spec/aplha__init.class or
> clojure/spec/aplha.clj on classpath.  clojure.lang.RT.load (RT.java:463)
>
> So I have to explicitly add it as a dependency with:
>
> clj -Sdeps "{:deps {org.clojure/spec.alpha {:mvn/version \"0.1.143\"}}}"
>
> But I thought Spec was part of Clojure 1.9, and should be auto-imported no?
>

It is, and will be automatically included as a dependency.

-- 
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