Skip to content

Commit

Permalink
Update relex and mix.exs usage
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edgurgel committed Apr 21, 2014
1 parent fdc4ee2 commit 54e6b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Code.append_path "deps/relex/ebin"
Code.append_path "_build/#{Mix.env}/lib/relex/ebin/"
defmodule Poxa.Mixfile do
use Mix.Project

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"mimetypes": {:git, "git://github.com/spawngrid/mimetypes.git", "47d37a977a7d633199822bf6b08353007483d00f", [ref: "master"]},
"pusher_client": {:git, "git://github.com/edgurgel/pusher_client.git", "73760f560ed926c2d2d8bd12fffb330ba08bd1ba", []},
"ranch": {:git, "git://github.com/extend/ranch.git", "5df1f222f94e08abdcab7084f5e13027143cc222", [ref: "0.9.0"]},
"relex": {:git, "git://github.com/yrashk/relex.git", "4185e760d07c86ba6cae016d1e846ce39ec191a9", []},
"relex": {:git, "git://github.com/yrashk/relex.git", "2fc4619c05e5e3addeb199f4053f4c86b46c9e95", []},
"uuid": {:git, "git://github.com/avtobiff/erlang-uuid.git", "2056ad3717fedccf3634757401f77272bccb4554", [tag: "v0.4.5"]},
"websocket_client": {:git, "git://github.com/jeremyong/websocket_client.git", "e2a9ea6017576e0316e90cc36ffad315a4888f67", []} ]

0 comments on commit 54e6b82

Please sign in to comment.