vibe.d 0.7.24 released
Sönke Ludwig via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Aug 11 09:11:28 PDT 2015
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.
More information about the Digitalmars-d-announce
mailing list