diff options
author | Luis Rascão <[email protected]> | 2018-02-03 09:22:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2018-02-03 09:22:27 +0000 |
commit | af3ae8a64f92054ce474f5d67bdd467d3ca8d74e (patch) | |
tree | fc57f6111aa0d83d7c0de51e7abb3fe27b42a7e5 /rebar.config | |
parent | 14b69f966152a8fdb6b21c20ce9deaa5208434e9 (diff) | |
parent | 87120b784c4d53ede6e08794f828b36515b964db (diff) | |
download | relx-af3ae8a64f92054ce474f5d67bdd467d3ca8d74e.tar.gz relx-af3ae8a64f92054ce474f5d67bdd467d3ca8d74e.tar.bz2 relx-af3ae8a64f92054ce474f5d67bdd467d3ca8d74e.zip |
Merge pull request #638 from tsloughter/bump-ec-1.0.5v3.24.4
upgrade erlware_commons to 1.0.5
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 63d5080..82d9f98 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ -{deps, [{erlware_commons, "1.0.4"}, +{deps, [{erlware_commons, "1.0.5"}, {providers, "1.7.0"}, {getopt, "1.0.1"}, {cf, "0.2.2"}, |