Skip to content

Commit

Permalink
ibrowse does not build under R18. This is fixed in current ibrowse.
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed Aug 8, 2015
1 parent 9c5bc00 commit 2a9928d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dep_sync = git git://github.com/inaka/sync.git 0.1.3
dep_getopt = git git://github.com/jcomellas/getopt v0.8.2
dep_meck = git git://github.com/eproxus/meck 0.8.2
dep_jiffy = git git://github.com/davisp/jiffy 0.11.3
dep_ibrowse = git git://github.com/cmullaparthi/ibrowse v4.1.1
dep_ibrowse = git git://github.com/cmullaparthi/ibrowse v4.1.2
dep_aleppo = git git://github.com/inaka/aleppo 0.9.1
dep_zipper = git git://github.com/inaka/zipper 0.1.2
dep_egithub = git git://github.com/inaka/erlang-github 0.1.7
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{getopt, "0.*", {git, "git://github.com/jcomellas/getopt.git", "v0.8.2"}},
{meck, "0.*", {git, "git://github.com/eproxus/meck.git", "0.8.2"}},
{jiffy, "0.*", {git, "git://github.com/davisp/jiffy.git", "0.11.3"}},
{ibrowse, "4.*", {git, "git://github.com/cmullaparthi/ibrowse.git", "v4.1.1"}},
{ibrowse, "4.*", {git, "git://github.com/cmullaparthi/ibrowse.git", "v4.1.2"}},
{aleppo, "0.*", {git, "git://github.com/inaka/aleppo.git", "0.9.0"}},
{zipper, ".*", {git, "git://github.com/inaka/zipper.git", "0.1.0"}},
{egithub, ".*", {git, "git://github.com/inaka/erlang-github.git", "0.1.1"}},
Expand Down

0 comments on commit 2a9928d

Please sign in to comment.