From 63d26bd78805b8ad90e8a5433d4b2d3ba17c3903 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 12 Apr 2017 21:54:24 +0300 Subject: [PATCH] update deps --- rebar.config | 4 ++-- rebar.config.script | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 72ccb2f..d2a0430 100644 --- a/rebar.config +++ b/rebar.config @@ -2,8 +2,8 @@ %% ex: ts=4 sw=4 ft=erlang et {deps, [ - {jsx, {git, "https://github.com/talentdeficit/jsx.git", {ref, "ef9818b"}}}, - {ibrowse, {git, "https://github.com/cmullaparthi/ibrowse.git", {ref, "v4.1.2"}}} + {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "v2.8.2"}}}, + {ibrowse, {git, "https://github.com/cmullaparthi/ibrowse.git", {ref, "v4.4.0"}}} ]}. {require_otp_vsn, "R16|17|18|19"}. diff --git a/rebar.config.script b/rebar.config.script index fc20ed7..c1a3770 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -1,8 +1,8 @@ IsRebar3 = erlang:function_exported(rebar3, main, 1), Rebar2Deps = [ - {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git", {tag, "ef9818b"}}}, - {ibrowse, ".*", {git, "https://github.com/cmullaparthi/ibrowse.git", {tag, "v4.1.2"}}} + {jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git", {tag, "v2.8.2"}}}, + {ibrowse, ".*", {git, "https://github.com/cmullaparthi/ibrowse.git", {tag, "v4.4.0"}}} ], case IsRebar3 of true ->