aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_reverse
diff options
context:
space:
mode:
authorMichael Klishin <[email protected]>2017-01-25 17:56:28 +0300
committerLoïc Hoguin <[email protected]>2017-01-31 15:17:31 +0100
commit8a07098b31ebdf37bf2e72fdd4b25a0f0052c849 (patch)
tree01eb2072320ec983db4d3043a8efcde9c033b19e /examples/tcp_reverse
parent066a714c6923aa5497f9536ffe7f1d681dc32c96 (diff)
downloadranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.tar.gz
ranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.tar.bz2
ranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.zip
Depend on Ranch master in examples1.3.1
Otherwise they are pinned to 1.2.1. Per discussion with @essen.
Diffstat (limited to 'examples/tcp_reverse')
-rw-r--r--examples/tcp_reverse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile
index b391e81..c390c43 100644
--- a/examples/tcp_reverse/Makefile
+++ b/examples/tcp_reverse/Makefile
@@ -1,3 +1,4 @@
PROJECT = tcp_reverse
DEPS = ranch
+dep_ranch_commit = master
include ../../erlang.mk