From 22fe2de1fa286fbb74b19dedd9fd3ed3846b3bea Mon Sep 17 00:00:00 2001 From: Vadim Lopatin <coolreader.org@gmail.com> Date: Wed, 16 Mar 2016 16:55:12 +0300 Subject: [PATCH] update DlangUI dependency version - possible fix for #140, #145 DUB issue --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 2ed2b14..d622402 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.77", + "dlangui": "==0.7.86", "dcd": "~>0.8.0" },