From 4d7e71bfc87428f4fd86ab765726fbdc54fe0150 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Thu, 17 Mar 2016 14:36:12 -0500 Subject: [PATCH] Updated to LFE v1.0, latest deps, and bumped version. --- lfe.config | 2 +- rebar.config | 8 ++++---- rebar.lock | 8 ++++---- src/ltest.app.src | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lfe.config b/lfe.config index 85cdcc7..62d8cdb 100644 --- a/lfe.config +++ b/lfe.config @@ -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")))) diff --git a/rebar.config b/rebar.config index abcf1f6..5191266 100644 --- a/rebar.config +++ b/rebar.config @@ -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, [ diff --git a/rebar.lock b/rebar.lock index 47e957c..70e97e5 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,6 +1,6 @@ [{<<"clj">>, {git,"git://github.com/lfex/clj.git", - {ref,"3cc502b150ff2a631719f063c0b8a7a3643f420e"}}, + {ref,"b935818364ff9b2715345a050c97db81289ae628"}}, 0}, {<<"color">>, {git,"git://github.com/julianduque/erlang-color.git", @@ -8,13 +8,13 @@ 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}]. diff --git a/src/ltest.app.src b/src/ltest.app.src index 61eb455..803bf7e 100644 --- a/src/ltest.app.src +++ b/src/ltest.app.src @@ -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,