From a754f871ea436d4ecf29acc1458192076241c373 Mon Sep 17 00:00:00 2001 From: Luca Finzi Contini Date: Mon, 8 Jun 2015 16:58:27 +0200 Subject: [PATCH] Set dependency on 'v2.6.1' tag of the 'jsx' project --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 351a48b..a43cf2e 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {lib_dirs, ["deps"]}. {deps, [ - {jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", {branch, "master"}}}, + {jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", {tag, "v2.6.1"}}}, {ibrowse, "", {git, "git://github.com/cmullaparthi/ibrowse.git", {tag, "v4.0.2"}}} ]}.