When trying to import a lein-modules project, Cursive now fails with:
java.lang.IllegalArgumentException: No value supplied for key: :version, compiling:(C:\work\git\playground\clj-hub\domains\project.clj:1:1)
No value supplied for key: :version
where it used to work with 1.4.0-eap2.
The child module project dependencies definition looks like this (using both parent and dependency version resolution):
:dependencies [
[com.tick42.hub/authentication :version]
[com.taoensso/timbre "_"]
]
When trying to import a lein-modules project, Cursive now fails with:
where it used to work with 1.4.0-eap2.
The child module project dependencies definition looks like this (using both parent and dependency version resolution):