Hi all,

I'm toying around with boot and try to get my leiningen config converted
to it.

My build.boot contains

--8<---------------cut here---------------start------------->8---
(set-env!
 :resource-paths #{"src" "resources"}
 :dependencies '[[org.clojure/clojure "1.7.0-RC1"]
                 ...])
--8<---------------cut here---------------end--------------->8---

but "boot repl" or `M-x cider-jack-in RET` in emacs still give me a REPL
running 1.6.0.  I know I can call

  $ BOOT_CLOJURE_VERSION="1.7.0-RC1" boot repl

or define the BOOT_CLOJURE_VERSION in a boot.properties file, but do I
really need to duplicate the clojure version?

Bye,
Tassilo

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