Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Updated to use LFE v1.0 and latest deps. Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 18, 2016
1 parent 00d8e92 commit d961648
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{erl_opts, []}.

{deps, [
{lfe, ".*", {git, "https://github.com/rvirding/lfe.git", {tag, "v0.10.1"}}},
{clj, ".*", {git, "https://github.com/lfex/clj.git", {tag, "0.3.1"}}}
{clj, ".*", {git, "https://github.com/lfex/clj.git", {tag, "0.4.0"}}}
]}.

{plugins, [
{'lfe-compile', ".*",
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.2.2"}}}
{git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.3.0"}}}
]}.

{provider_hooks, [
Expand Down
10 changes: 5 additions & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[{<<"clj">>,
{git,"https://github.com/lfex/clj.git",
{ref,"3cc502b150ff2a631719f063c0b8a7a3643f420e"}},
{ref,"b935818364ff9b2715345a050c97db81289ae628"}},
0},
{<<"kla">>,
{git,"git://github.com/lfex/kla.git",
{ref,"cb3cd7a263e7e6da00a7bf2f939c66179a8da7b8"}},
{ref,"a8afc4f673809d89b6c4a374b972f54ef6b39bde"}},
1},
{<<"lfe">>,
{git,"https://github.com/rvirding/lfe.git",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
0}].
{git,"git://github.com/rvirding/lfe.git",
{ref,"b84e9a8a1db6ffdd0cfe593fc8ad440ef72a5511"}},
1}].
2 changes: 1 addition & 1 deletion src/lfe-repl.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'lfe-repl',
[{description, "The LFE rebar3 REPL plugin"},
{vsn, "0.1.3"},
{vsn, "0.2.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit d961648

Please sign in to comment.