Use Midje 1.6.3
chetmancini opened this issue · 7 comments
chetmancini commented
I'm seeing the clojure.core.record?
issue that was closed here:
marick/Midje#264
I presume bumping to 1.6.3 would resolve?
marick commented
Not quite yet, but soon.
Deleted user commented
any idea when this error is solved. I have now clojure 1.7.0 and lein-midje 3.2-rc4 and the problem is still here.
marick commented
It doesn't happen with Midje 1.7
Deleted user commented
I do not know, Im using a old project which uses lein-midje and when I use the last lein-midje the problem still are there.
marick commented
I suspect you are using an old version of Midje. The latest stable release is [midje "1.7.0"].
Deleted user commented
no idea. How can I check ? In my project.cli only lein-midje is mentioned
marick commented
If midje isn't mentioned, you should mention it explicitly, as
:profiles {:dev {:dependencies [[midje "1.8-alpha1" :exclusions [org.clojure/clojure]]
[org.blancas/morph "0.3.0" :exclusions [org.clojure/clojure]]
[com.taoensso/timbre "4.1.1" :exclusions [org.clojure/clojure]]