summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-03-11 21:18:34 +0100
committerhref <href@random.sh>2020-03-11 21:18:34 +0100
commita28d24470ddeca6196219a1333c1ccac1319efef (patch)
tree4f29e3c8fb6afbb1f99d6b8737f844c95fca54df /mix.exs
parentup to 420*100 (diff)
welp
Diffstat (limited to 'mix.exs')
-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