Skip to content

Commit

Permalink
Updated to LFE v1.0, latest deps, and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 17, 2016
1 parent f4332e5 commit 4d7e71b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lfe.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#(project
#(meta (#(name ltest)
#(description "A Testing Framework for LFE.")
#(version "0.7.1")
#(version "0.8.0")
#(keywords ("LFE" "Lisp" "Library" "Testing"))
#(maintainers (
(#(name "Duncan McGreggor") #(email "oubiwann@gmail.com"))))
Expand Down
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
]}.

{deps, [
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.10.1"}}},
{lutil, ".*", {git, "git://github.com/lfex/lutil.git", {tag, "0.7.1"}}},
{clj, ".*", {git, "git://github.com/lfex/clj.git", {tag, "0.3.1"}}},
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v1.0"}}},
{lutil, ".*", {git, "git://github.com/lfex/lutil.git", {tag, "0.8.0"}}},
{clj, ".*", {git, "git://github.com/lfex/clj.git", {tag, "0.4.0"}}},
{color, ".*", {git, "git://github.com/julianduque/erlang-color.git", {tag, "v0.2.0"}}}
]}.

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

{provider_hooks, [
Expand Down
8 changes: 4 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[{<<"clj">>,
{git,"git://github.com/lfex/clj.git",
{ref,"3cc502b150ff2a631719f063c0b8a7a3643f420e"}},
{ref,"b935818364ff9b2715345a050c97db81289ae628"}},
0},
{<<"color">>,
{git,"git://github.com/julianduque/erlang-color.git",
{ref,"e60f6302f795220f5f0bee86391ffee5274edec0"}},
0},
{<<"kla">>,
{git,"git://github.com/lfex/kla.git",
{ref,"cb3cd7a263e7e6da00a7bf2f939c66179a8da7b8"}},
{ref,"a8afc4f673809d89b6c4a374b972f54ef6b39bde"}},
1},
{<<"lfe">>,
{git,"git://github.com/rvirding/lfe.git",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
{ref,"b84e9a8a1db6ffdd0cfe593fc8ad440ef72a5511"}},
0},
{<<"lutil">>,
{git,"git://github.com/lfex/lutil.git",
{ref,"1dd644b73da70dd3b1516c65535b61883633ce21"}},
{ref,"ebc8523047c53764c7daca6be187600fd381cbf9"}},
0}].
2 changes: 1 addition & 1 deletion src/ltest.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{description, "A Testing Framework for LFE"},

%% The version of the application
{vsn, "0.7.1"},
{vsn, "0.8.0"},

%% All modules used by the application.
{modules,
Expand Down

0 comments on commit 4d7e71b

Please sign in to comment.