diff options
author | Jordan Wilberding <[email protected]> | 2014-02-09 10:50:38 -0500 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2014-02-09 11:06:19 -0500 |
commit | 2bad57e4b7961de8d034f9eda5b83318180b355c (patch) | |
tree | f33feef7217af6d4124a7c55b937a8a8a64aa052 /rebar.config | |
parent | 3da217596fe7966e5cf7fb43a0978e24677b49c3 (diff) | |
download | relx-2bad57e4b7961de8d034f9eda5b83318180b355c.tar.gz relx-2bad57e4b7961de8d034f9eda5b83318180b355c.tar.bz2 relx-2bad57e4b7961de8d034f9eda5b83318180b355c.zip |
Updated erlydtl dep to a tagged version, since lastest version breaks API, thereby breaking dialyzer tests
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 63ec977..ea6c0f1 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {branch, "master"}}}, {erlydtl, ".*", {git, "https://github.com/evanmiller/erlydtl.git", - {branch, "master"}}}, + {tag, "0.8.1"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |