From 5d5cd0641dc01c1545b9c0ec801314798eb2a839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 9 Sep 2024 13:53:01 +1200 Subject: [PATCH] Add the Json library to the dependencies, since it is needed by the upcoming rest-api exercise --- bin/download-dependencies.roc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/download-dependencies.roc b/bin/download-dependencies.roc index f58233b..e2f6760 100644 --- a/bin/download-dependencies.roc +++ b/bin/download-dependencies.roc @@ -1,7 +1,8 @@ app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UOw.tar.br", - unicode: "https://github.com/roc-lang/unicode/releases/download/0.1.2/vH5iqn04ShmqP-pNemgF773f86COePSqMWHzVGrAKNo.tar.br", isodate: "https://github.com/imclerran/roc-isodate/releases/download/v0.5.0/ptg0ElRLlIqsxMDZTTvQHgUSkNrUSymQaGwTfv0UEmk.tar.br", + json: "https://github.com/lukewilliamboswell/roc-json/releases/download/0.10.2/FH4N0Sw-JSFXJfG3j54VEDPtXOoN-6I9v_IA8S18IGk.tar.br", + unicode: "https://github.com/roc-lang/unicode/releases/download/0.1.2/vH5iqn04ShmqP-pNemgF773f86COePSqMWHzVGrAKNo.tar.br", } expect Bool.true