From b480da8bda3c656c1dafb64b2747eb99110c9ab6 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 22 Sep 2017 10:47:32 +0300 Subject: [PATCH] upgrade dlangide to fix #314 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 5894723..cb23981 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.141", + "dlangui": "==0.9.142", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" },