From 422fb08d111068fd8ca35150d7b2c49b48f940b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 31 Jan 2020 17:37:19 +0100 Subject: Update to draft-ietf-httpbis-header-structure-15 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78fa01c..48ef8b5 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,12 @@ LOCAL_DEPS = crypto DOC_DEPS = asciideck TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx \ - structured-header-tests uritemplate-tests + decimal structured-header-tests uritemplate-tests dep_base32 = git https://github.com/dnsimple/base32_erlang master dep_horse = git https://github.com/ninenines/horse.git master dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0 -dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests e614583397e7f65e0082c0fff3929f32a298b9f2 +dep_decimal = git https://github.com/egobrain/decimal 0.4.4 +dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests master dep_uritemplate-tests = git https://github.com/uri-templates/uritemplate-test master # CI configuration. -- cgit v1.2.3