Am 11.08.2015 um 16:14 schrieb Suliman:
I still can't get 0.7.24. My config is:"dependencies": { "vibe-d": "0.7.24" }, D:\code\httpApp>dub clean-caches D:\code\httpApp>dub build (...) C:\Users\bubenkov_di\AppData\Roaming\dub\packages\... Selected package vibe-d 0.7.23 does not match the dependency specification 0.7.24 in package httpapp. Need to "dub upgrade"?
Did you try to run "dub upgrade" again after the clean-caches? This is necessary, because dub.selections.json is supposed to be able to manually override dependency specifications in dub.json.
