aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-07 14:10:19 +0100
committerLoïc Hoguin <[email protected]>2013-12-07 14:10:19 +0100
commit13675b588377d182b304a02d2556c12d767d6c44 (patch)
treefc0e99228736f5e3932a51fc2c68461c28d8b4f6 /examples/tcp_echo
parent0770e2893f88cd50020a621e4d3b813ff8e6c58f (diff)
downloadranch-13675b588377d182b304a02d2556c12d767d6c44.tar.gz
ranch-13675b588377d182b304a02d2556c12d767d6c44.tar.bz2
ranch-13675b588377d182b304a02d2556c12d767d6c44.zip
Examples must follow master
Diffstat (limited to 'examples/tcp_echo')
-rw-r--r--examples/tcp_echo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile
index 712ae19..a7c2330 100644
--- a/examples/tcp_echo/Makefile
+++ b/examples/tcp_echo/Makefile
@@ -1,6 +1,6 @@
PROJECT = tcp_echo
DEPS = ranch
-dep_ranch = pkg://ranch 0.9.0
+dep_ranch = pkg://ranch master
include ../../erlang.mk