From daeb6f58af57411a94b6a9166dbdbb11cbfacdb8 Mon Sep 17 00:00:00 2001 From: Grim Maple Date: Sat, 16 Apr 2022 16:18:34 +0300 Subject: [PATCH] Update dlangui dep --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 5a6bffd..bc1afc7 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": { "path": "../dlangui"}, + "dlangui": "~>0.9.187", "dsymbol": "~>0.11.2", "dcd": "~>0.13.6" },