From 884191a3fa5b8f43139cb6555e149c31a7391c91 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Tue, 17 Jun 2014 21:37:41 -0500 Subject: [PATCH] Fix positioning of boss_test in rebar.config --- rebar.config | 4 ++-- rebar.test.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index a61fa0d8..bea3d793 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,6 @@ {parse_transform, import_as} ]}. {deps, [ - {boss_test, ".*", {git, "git://github.com/ChicagoBoss/boss_test.git", {tag, "0.0.1"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}}, {erlando, ".*", {git, "git://github.com/ChicagoBoss/erlando.git", {tag, "b0b77dd9b9"}}}, {aleppo, ".*", {git, "git://github.com/ChicagoBoss/aleppo.git", {tag, "bef139e4c7"}}}, @@ -26,7 +25,8 @@ % boss_branch for ets_cache {ets_cache, ".*", {git, "git://github.com/cuongth/ets_cache.git", {tag, "c7a17204cd"}}}, {proper, ".*", {git, "git://github.com/manopapad/proper.git", {tag, "d90fc40579"}}}, - {dh_date, ".*", {git, "git://github.com/zotonic/dh_date.git", {tag, "473ad8c473"}}} + {dh_date, ".*", {git, "git://github.com/zotonic/dh_date.git", {tag, "473ad8c473"}}}, + {boss_test, ".*", {git, "git://github.com/ChicagoBoss/boss_test.git", {tag, "0.0.1"}}} ]}. {cover_enabled, true}. diff --git a/rebar.test.config b/rebar.test.config index 1ffd7dec..12486313 100644 --- a/rebar.test.config +++ b/rebar.test.config @@ -9,7 +9,6 @@ {d, boss_test} ]}. {deps, [ - {boss_test, ".*", {git, "git://github.com/ChicagoBoss/boss_test.git", {tag, "0.0.1"}}}, {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}}, {erlando, ".*", {git, "git://github.com/ChicagoBoss/erlando.git", {tag, "b0b77dd9b9"}}}, {aleppo, ".*", {git, "git://github.com/ChicagoBoss/aleppo.git", {tag, "bef139e4c7"}}}, @@ -27,7 +26,8 @@ % boss_branch for ets_cache {ets_cache, ".*", {git, "git://github.com/cuongth/ets_cache.git", {tag, "c7a17204cd"}}}, {proper, ".*", {git, "git://github.com/manopapad/proper.git", {tag, "d90fc40579"}}}, - {dh_date, ".*", {git, "git://github.com/zotonic/dh_date.git", {tag, "473ad8c473"}}} + {dh_date, ".*", {git, "git://github.com/zotonic/dh_date.git", {tag, "473ad8c473"}}}, + {boss_test, ".*", {git, "git://github.com/ChicagoBoss/boss_test.git", {tag, "0.0.1"}}} ]}. {cover_enabled, true}.