summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-01 10:30:18 +0200
committerhref <href@random.sh>2021-09-01 10:30:18 +0200
commit75687711f35355bc30e4829439384aab28fcac6d (patch)
tree8f3256f472893c39720a684d390e890a152f7303 /mix.exs
parentlink: post_* callbacks; html & pdftitle. (diff)
Commit all the changes that hasn't been committed + updates.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs8
1 files changed, 4 insertions, 4 deletions
diff --git a/mix.exs b/mix.exs
index 48b43b0..f07ae10 100644
--- a/mix.exs
+++ b/mix.exs
@@ -25,9 +25,9 @@ defmodule LSG.Mixfile do
defp deps do
[
- {:phoenix, "~> 1.4.0"},
- {:phoenix_pubsub, "~> 1.0"},
- {:phoenix_html, "~> 2.10"},
+ {:phoenix, "~> 1.5.0"},
+ {:phoenix_pubsub, "~> 2.0"},
+ {:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:plug_cowboy, "~> 2.0"},
{:cowlib, "~> 2.9.1", override: true},
@@ -55,7 +55,7 @@ defmodule LSG.Mixfile do
{:telegram, git: "https://github.com/hrefhref/telegram.git", branch: "master"},
{:ex_aws, "~> 2.0"},
{:ex_aws_s3, "~> 2.0"},
- {:gen_magic, git: "https://github.com/hrefhref/gen_magic", branch: "develop"},
+ {:gen_magic, git: "https://github.com/hrefhref/gen_magic", commit: "b788ef982fc9b9cf9669b35227bac336415c5a1c"},
{:liquex, "~> 0.3"},
{:html_entities, "0.4.0", override: true}
]