aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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
parent0770e2893f88cd50020a621e4d3b813ff8e6c58f (diff)
downloadranch-13675b588377d182b304a02d2556c12d767d6c44.tar.gz
ranch-13675b588377d182b304a02d2556c12d767d6c44.tar.bz2
ranch-13675b588377d182b304a02d2556c12d767d6c44.zip
Examples must follow master
Diffstat (limited to 'examples')
-rw-r--r--examples/tcp_echo/Makefile2
-rw-r--r--examples/tcp_reverse/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile
index f56d051..20cc1ae 100644
--- a/examples/tcp_reverse/Makefile
+++ b/examples/tcp_reverse/Makefile
@@ -1,6 +1,6 @@
PROJECT = tcp_reverse
DEPS = ranch
-dep_ranch = pkg://ranch 0.9.0
+dep_ranch = pkg://ranch master
include ../../erlang.mk