0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Simplify specifying the Cowboy version in examples

This commit is contained in:
Loïc Hoguin 2016-01-14 22:58:22 +01:00
parent cf44496005
commit ec82e3548b
18 changed files with 18 additions and 18 deletions

View file

@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy chunked Hello World example
PROJECT_VERSION = 1
DEPS = cowboy
dep_cowboy = git https://github.com/ninenines/cowboy master
dep_cowboy_commit = master
include ../../erlang.mk