You might try the sonatype snapshot repository, there's a recent core.logic 
snapshot build on there.

Add
  :repositories {"sonatype-snapshots" 
"https://oss.sonatype.org/content/repositories/snapshots/"}
  :dependencies [[org.clojure/clojure "1.4.0"]
                 [org.clojure/core.logic "0.7.6-SNAPSHOT"]

On Sunday, July 15, 2012 4:58:51 PM UTC+2, cej38 wrote:
>
> I know that this might be more of a question for elsewhere, but I have 
> been playing with core.logic from time to time when I am sick of looking at 
> stuff for my day job.  Many months ago, I figured out how to make a project 
> using lein and at the time  core.logic-0.6.8.jar  was the newest version 
> and I found something that told me to use this command in project.clj
>
>   :dependencies [[org.clojure/clojure "1.3.0"]
>                  [org.clojure/core.logic "0.6.8"]]
>
> In looking at the github page for core logic I see that there are several 
> branches.  How do I change my project.clj file so that lein downloads and 
> uses one of the other branches, say for example the cKanren branch?
>

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

Reply via email to