2016-07-13 16:28 GMT+02:00 John Szakmeister <j...@szakmeister.net>:

> > I now just installed it again. And that works. But what if I default
> want to
> > work with a newer (or older) version. I understood it could be done with
> > profile.clj, but I did not get it working.
>
> I haven't done it, but perhaps look at:
>
> https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md#replacing-default-repl-dependencies


​That solved my ‘problem’. It has to be profiles.clj instead of
profile.clj. (plural)
I have:
{
    :repl {
        :dependencies [
            ^:displace [org.clojure/clojure "1.4.0"]
        ]
    }
}

And that worked. I only used 1.4.0 to be sure that it worked. I put i​t
back to 1.8.0.

-- 
Cecil Westerhof

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