Fork me on GitHub
#cursive
<
2015-11-01
>
cfleming23:11:21

@stijn: I’ve fixed the explicit snapshot problem for the next build, but in the process I noticed something - lein itself doesn’t honour the explicit snapshot version.

cfleming23:11:18

If you do a lein classpath, you’ll see that the jar it actually depends on uses the x.y.z-SNAPSHOT format, which means it’ll always use the latest snapshot anyway.

cfleming23:11:45

Even though lein deps :tree shows you the full explicit version.