v0.1.4+6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6288b5..a9398fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.4+6
+
+* Updated development dependencies.
+
 ## 0.1.4+5
 
 * Handle differences in resolution between `DateTime` and HTTP date format.
diff --git a/pubspec.yaml b/pubspec.yaml
index f87673f..e2d830f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_static
-version: 0.1.4+5
+version: 0.1.4+6
 author: Kevin Moore <github@j832.com>
 description: Static file server support for Shelf
 homepage: https://github.com/kevmoo/shelf_static.dart
@@ -10,6 +10,7 @@
   mime: '>=0.9.0 <0.10.0'
   shelf: '>=0.5.3 <0.6.0'
 dev_dependencies:
-  hop: '>=0.30.4 <0.31.0'
+  hop: '>=0.30.4 <0.32.0'
+  hop_unittest: '>=0.1.0 <0.2.0'
   path: '>=1.1.0 <2.0.0'
   scheduled_test: '>=0.11.0 <0.12.0'
diff --git a/tool/hop_runner.dart b/tool/hop_runner.dart
index 10cc17b..262c863 100644
--- a/tool/hop_runner.dart
+++ b/tool/hop_runner.dart
@@ -4,6 +4,8 @@
 import 'dart:io';
 import 'package:hop/hop.dart';
 import 'package:hop/hop_tasks.dart';
+import 'package:hop_unittest/hop_unittest.dart';
+
 import '../test/harness_console.dart' as test_console;
 
 void main(List<String> args) {