From 15b8d26ce8c34474ee6737a1448235a2142cd5c0 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 25 Oct 2021 18:48:16 +0200 Subject: Hardcode HEAD for jester and tiny_sqlite while waiting for releases in both projects --- short.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'short.nimble') 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" -- cgit v1.2.3