Skip to content

Commit

Permalink
[#15] Add eper to dev profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Nov 24, 2018
1 parent 6c6dabd commit d3a2e8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{erl_opts, [debug_info]}.

{ deps
, [ {clojerl, {git, "https://github.com/clojerl/clojerl.git", {branch, "0.4.0"}}}
, [ {clojerl, {git, "https://github.com/clojerl/clojerl.git", {tag, "0.4.0"}}}
]
}.

{ provider_hooks
, [ {post, [{compile, {clojerl, compile}}]}
]
}.

{ profiles
, [ { dev
, [ { deps
, [{eper, {git, "https://github.com/massemanet/eper", {branch, "master"}}}]
}
]
}
]
}.
4 changes: 4 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[{<<"clojerl">>,
{git,"https://github.com/clojerl/clojerl.git",
{ref,"60281e71b747e7afffd97f35f4a3b075f6eb72ff"}},
0},
{<<"eper">>,
{git,"https://github.com/massemanet/eper",
{ref,"17b0f97ea8287b72e8ebbe7132214db182ff1a1d"}},
0}].

0 comments on commit d3a2e8c

Please sign in to comment.