aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-02-15 09:12:12 -0800
committerJordan Wilberding <[email protected]>2014-02-15 09:12:12 -0800
commit0e7c499b4172fd89c50f05aae3cc323aff734e59 (patch)
tree40fcdfc29f2ce16798923207487495364304c589 /rebar.config
parentcde0fd84daeb064db8bea1c144af7f7d6587d093 (diff)
downloadrelx-0e7c499b4172fd89c50f05aae3cc323aff734e59.tar.gz
relx-0e7c499b4172fd89c50f05aae3cc323aff734e59.tar.bz2
relx-0e7c499b4172fd89c50f05aae3cc323aff734e59.zip
Reverting erlydtl to 0.8.0 after discussion in https://github.com/erlydtl/erlydtl/issues/126
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index ea6c0f1..4337d5f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -10,7 +10,7 @@
{branch, "master"}}},
{erlydtl, ".*",
{git, "https://github.com/evanmiller/erlydtl.git",
- {tag, "0.8.1"}}},
+ {tag, "0.8.0"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.