aboutsummaryrefslogtreecommitdiff
path: root/short.nimble
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-25 18:48:16 +0200
committerJulien Dessaux2021-10-25 18:48:16 +0200
commit15b8d26ce8c34474ee6737a1448235a2142cd5c0 (patch)
treefa0d93cfeb470f30345072b941c9166d81deae66 /short.nimble
parentMoved database in a data folder (diff)
downloadshort-15b8d26ce8c34474ee6737a1448235a2142cd5c0.tar.gz
short-15b8d26ce8c34474ee6737a1448235a2142cd5c0.tar.bz2
short-15b8d26ce8c34474ee6737a1448235a2142cd5c0.zip
Hardcode HEAD for jester and tiny_sqlite while waiting for releases in both projects
Diffstat (limited to 'short.nimble')
-rw-r--r--short.nimble4
1 files changed, 2 insertions, 2 deletions
diff --git a/short.nimble b/short.nimble
index aed9b3a..5da3330 100644
--- a/short.nimble
+++ b/short.nimble
@@ -11,6 +11,6 @@ bin = @["short"]
# Dependencies
requires "nim >= 1.4.8",
- "jester > 0.5.0",
+ "https://github.com/dom96/jester#HEAD",
"nimja >= 0.4.1",
- "tiny_sqlite > 0.1.2"
+ "https://github.com/GULPF/tiny_sqlite#HEAD"