diff options
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |