Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Update cowboy dependency to 1.0.4 #84

Merged
merged 1 commit into from
Jul 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT = bullet
# Dependencies.

DEPS = cowboy
dep_cowboy = https://github.com/extend/cowboy.git 1.0.1
dep_cowboy = git git://github.com/ninenines/cowboy.git 1.0.4

# Standard targets.

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{cowboy, ".*",
{git, "git://github.com/extend/cowboy.git", {tag, "1.0.1"}}}
{git, "git://github.com/ninenines/cowboy.git", {tag, "1.0.4"}}}
]}.