aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 3ed32c0..4df3fb9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -32,8 +32,8 @@ defmodule Waev.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
- {:phoenix, "~> 1.4.12"},
- {:phoenix_pubsub, "~> 1.1"},
+ {:phoenix, "~> 1.5"},
+ {:phoenix_pubsub, "~> 2.0"},
{:phoenix_html, "~> 2.11"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:gettext, "~> 0.11"},