From 5f359c129a3027d18ba8c85ba4d4f65648854b5a Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Wed, 27 Jan 2016 14:16:31 +0100 Subject: [PATCH] Changed dependency `proper` to branch master. There are some incompatibilities in the current tagged release (v1.1) and OTP 18. As soon as they are fixed, there will be another tagged release on github. See: * https://github.com/manopapad/proper/issues/100 * https://github.com/manopapad/proper/issues/107 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 2eb9f5b..db00d8d 100644 --- a/rebar.config +++ b/rebar.config @@ -60,7 +60,7 @@ {jsx, "1\.4\..*", {git, "git://github.com/talentdeficit/jsx", "v1.4.2"}}, %% for testing - {proper, "1\.1", {git, "git://github.com/manopapad/proper", "v1.1"}}, + {proper, "1\.1", {git, "git://github.com/manopapad/proper", {branch, "master"}}}, %"v1.1"}}, {meck, "0.8.2", {git, "git://github.com/eproxus/meck.git", "dde7590"}} ] }.