From c4c13ac018628de1bda679c2a37e16c5c9951729 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Thu, 27 Apr 2017 10:31:11 -0500 Subject: [PATCH] Lock Coldbox 4.2 until 4.3 test bug is resolved --- box.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index c422d7d..8dc85e2 100644 --- a/box.json +++ b/box.json @@ -10,8 +10,8 @@ ], "devDependencies":{ "cbjavaloader":"^1.1.0", - "testbox":"^2.3.0+00044", - "coldbox":"^4.2.0+00002", + "testbox":"^2.3.0", + "coldbox":"4.2.0", "jBCrypt-0.4":"http://www.mindrot.org/files/jBCrypt/jBCrypt-0.4.zip", "workbench":"git+https://github.com/Ortus-Solutions/unified-workbench.git" },