Skip to content

Commit

Permalink
Fix compile errors and dependency paths (issue ChicagoBoss#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Mar 7, 2014
1 parent 9cf4714 commit 6f2f710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified rebar
Binary file not shown.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{deps, [
{boss, ".*", {git, "git://github.com/evanmiller/ChicagoBoss.git", "HEAD"}}
{boss, ".*", {git, "git://github.com/ChicagoBoss/ChicagoBoss.git", "HEAD"}}
]}.
{plugin_dir, ["priv/rebar"]}.
{plugins, [boss_plugin]}.
{eunit_compile_opts, [{src_dirs, ["src/test"]}]}.
{eunit_compile_opts, [{src_dirs, ["src/test"]}]}.

0 comments on commit 6f2f710

Please sign in to comment.