aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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