vibe.d 0.7.24 released
ponce via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Aug 12 02:42:18 PDT 2015
On Tuesday, 11 August 2015 at 16:11:29 UTC, Sönke Ludwig wrote:
>
> 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.
I have a script called dubrenew.sh
----------8<-------------
#!/bin/bash
rm dub.selections.json
dub clean-caches
----------8<-------------
Works every time (dub upgrade can be used alternatively to
deleting dub.selections.json)
More information about the Digitalmars-d-announce
mailing list