aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-04-11 12:42:09 +0200
committerLoïc Hoguin <[email protected]>2025-04-11 12:42:09 +0200
commit627b8f9ed65da255afaddd166b1b9d102e0fa512 (patch)
treef00f50368c8ba2b412ace24d97f4984e48935b39
parent8de091acfe2e642cda85ebc4ca645dd2c22647dc (diff)
downloadgun-627b8f9ed65da255afaddd166b1b9d102e0fa512.tar.gz
gun-627b8f9ed65da255afaddd166b1b9d102e0fa512.tar.bz2
gun-627b8f9ed65da255afaddd166b1b9d102e0fa512.zip
Fix jsx test dependency2.2.0
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b77fd4..e69fbda 100644
--- a/Makefile
+++ b/Makefile
@@ -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.