diff --git a/dagger.nimble b/dagger.nimble index d12ceb5a..7a298dc8 100644 --- a/dagger.nimble +++ b/dagger.nimble @@ -17,7 +17,8 @@ requires "libp2p#unstable", "https://github.com/status-im/nim-nitro >= 0.4.0 & < 0.5.0", "questionable >= 0.9.1 & < 0.10.0", "upraises >= 0.1.0 & < 0.2.0", - "asynctest >= 0.3.0 & < 0.4.0" + "asynctest >= 0.3.0 & < 0.4.0", + "https://github.com/status-im/nim-task-runner.git#impl_beta2_nimble" ### Helper functions proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") =