From 7e57824c6716c29c8b7537e008b0385a7325bd73 Mon Sep 17 00:00:00 2001 From: zoujiaqing Date: Wed, 9 Oct 2019 16:44:53 +0800 Subject: [PATCH] Using hunt-framework latest stable version. --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index fd5c984..391590c 100644 --- a/dub.json +++ b/dub.json @@ -6,6 +6,6 @@ "license": "Apache-2.0", "targetType" : "executable", "dependencies": { - "hunt-framework": "~>2.1.0" + "hunt-framework": { "version": "~>2.1.12" } } }