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