From e99c26e8dd66f5538f4a6e4347d59a9ea7879851 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 17 Mar 2016 03:29:03 -0700 Subject: [PATCH] Update dub file --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 3aa0816..9be76dd 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,8 @@ "targetType": "executable", "versions": ["built_with_dub"], "dependencies": { - "libdparse": "~>0.5.0", - "dsymbol": "~>0.1.1", + "libdparse": "~>0.7.0-alpha4", + "dsymbol": "~>0.2.0-alpha1", "inifiled": ">=0.0.3", }, }