From c324ca9700d7ed9cf2f89c140b286ae9f325b977 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 18 Apr 2016 13:46:52 -0700 Subject: [PATCH] Update dependencies in dub --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 689ac63..363077a 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,8 @@ ], "license": "GPL-3.0", "dependencies": { - "dsymbol": "~>0.2.0-alpha3", - "libdparse": "~>0.7.0-alpha5", + "dsymbol": "~>0.2.0-alpha4", + "libdparse": "~>0.7.0-alpha7", "msgpack-d": "~>1.0.0-beta.3" }, "versions": ["built_with_dub"],