summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mix.exs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 0189b8f..790d855 100644
--- a/mix.exs
+++ b/mix.exs
@@ -36,12 +36,15 @@ defmodule LSG.Mixfile do
{:floki, "~> 0.19.3"},
#{:exirc, github: "hrefhref/exirc"},
{:exirc, path: "/usr/home/href/dev/exirc/"},
- {:distillery, "~> 1.5", runtime: false},
+ {:distillery, "~> 2.0"},
{:earmark, "~> 1.2"},
+ {:extwitter, "~> 0.12.0"},
{:entropy_string, "~> 1.0.0"},
{:abacus, "~> 0.3.3"},
{:ex_chain, github: "eljojo/ex_chain"},
- {:timex, "~> 3.2"},
+ {:timex, "~> 3.6"},
+ {:muontrap, "~> 0.5.1"},
+ {:tzdata, "~> 1.0"}
]
end
end