diff options
author | Loïc Hoguin <[email protected]> | 2025-04-11 12:42:09 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-04-11 12:42:09 +0200 |
commit | 627b8f9ed65da255afaddd166b1b9d102e0fa512 (patch) | |
tree | f00f50368c8ba2b412ace24d97f4984e48935b39 | |
parent | 8de091acfe2e642cda85ebc4ca645dd2c22647dc (diff) | |
download | gun-627b8f9ed65da255afaddd166b1b9d102e0fa512.tar.gz gun-627b8f9ed65da255afaddd166b1b9d102e0fa512.tar.bz2 gun-627b8f9ed65da255afaddd166b1b9d102e0fa512.zip |
Fix jsx test dependency2.2.0
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy ranch jsx dep_ct_helper = git https://github.com/ninenines/ct_helper.git master dep_cowboy_commit = 2.9.0 dep_ranch_commit = 2.0.0 +dep_jsx = git https://github.com/talentdeficit/jsx v3.1.0 # CI configuration. |