diff options
Diffstat (limited to 'indeedwatcher.nimble')
-rw-r--r-- | indeedwatcher.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indeedwatcher.nimble b/indeedwatcher.nimble index cf69199..528c547 100644 --- a/indeedwatcher.nimble +++ b/indeedwatcher.nimble @@ -12,5 +12,5 @@ binDir = "bin" requires "nim >= 1.6.10" requires "rss" -requires "webdriver" +requires "https://github.com/dom96/webdriver#699d3b9959ed94724521a768f11fcabed47c712b" requires "parsetoml" |