aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config11
1 files changed, 5 insertions, 6 deletions
diff --git a/rebar.config b/rebar.config
index 2601902..b64dd08 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,15 +2,14 @@
{deps, [{neotoma, "",
{git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
- {erlware_commons, "",
- {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.8.0"}}},
+ {erlware_commons, ".*",
+ {git, "https://github.com/ericbmerritt/erlware_commons.git",
+ {branch, "semver-format"}}},
{getopt, "",
- {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}},
- {depsolver, "",
- {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.1.0"}}}]}.
+ {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}.
{escript_incl_apps,
- [getopt, depsolver, erlware_commons]}.
+ [getopt, erlware_commons]}.
{first_files, [rcl_provider]}.