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

Commit

Permalink
Update cowboy dependency to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joaohf committed Jun 15, 2016
1 parent a56f819 commit 407a3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = https://github.com/extend/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, "https://github.com/ninenines/cowboy.git", {tag, "1.0.4"}}}
]}.

0 comments on commit 407a3be

Please sign in to comment.