Skip to content

Commit

Permalink
Changed dependency proper to branch master.
Browse files Browse the repository at this point in the history
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:
* proper-testing/proper#100
* proper-testing/proper#107
  • Loading branch information
NobbZ committed Jan 27, 2016
1 parent 3270826 commit 5f359c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
]
}.

0 comments on commit 5f359c1

Please sign in to comment.