From caa3d2e8339ff236e06056b72149c38a6a58c05d Mon Sep 17 00:00:00 2001 From: Keywan Ghadami Date: Sun, 6 Mar 2016 10:18:56 +0100 Subject: [PATCH] workaround for #140 using highest availible version number lowers the problems for dub --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 5eccc29..e271187 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "~>0.7.72", + "dlangui": "~>0.7.74", "dcd": "~>0.7.5" },