Closed skatenerd closed 12 years ago
Yeah, I should've added this when I upgraded, thanks. I think it should actually be like this instead:
:profiles {:dev {:dependencies [speclj "2.1.2"]}}
:plugins [speclj "2.1.2"]
so that consumers of speclj don't require their consumers to have the speclj dependency.
It seems like you need to add speclj to :dependencies, as well as to :plugins, in order to get it to run successfully.