aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-02-09 10:17:15 -0600
committerTristan Sloughter <[email protected]>2014-02-09 10:17:15 -0600
commitcde0fd84daeb064db8bea1c144af7f7d6587d093 (patch)
treea03646351db242ff921a40b461d3eda6db5bcc6f /rebar.config
parent3da217596fe7966e5cf7fb43a0978e24677b49c3 (diff)
parent509e3405a8e28f74171a6f3e8cd291907faaa035 (diff)
downloadrelx-cde0fd84daeb064db8bea1c144af7f7d6587d093.tar.gz
relx-cde0fd84daeb064db8bea1c144af7f7d6587d093.tar.bz2
relx-cde0fd84daeb064db8bea1c144af7f7d6587d093.zip
Merge pull request #121 from jwilberding/next
Fixes #120
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 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"}}}]}.