Loïc Hoguin 11 лет назад
Родитель
Сommit
13675b5883
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      examples/tcp_echo/Makefile
  2. 1 1
      examples/tcp_reverse/Makefile

+ 1 - 1
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

+ 1 - 1
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