From 50d813eda2b2068cc3e681fec19ddbaef92cccf1 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 28 Jul 2016 14:25:58 -0700 Subject: [PATCH] Update dependencies --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 9f68bd7..d0078a0 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "license": "BSL-1.0", "authors": ["Brian Schott"], "dependencies": { - "libdparse": "~>0.7.0-alpha.14", + "libdparse": "0.7.0-alpha.15", "emsi_containers": "~>0.5.0" } }