From a7f60df110052d2d84da2a375fe5dc2cf672066d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 15 Aug 2021 10:53:01 +0200 Subject: Update phoenix + _pubsub --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mix.exs') 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"}, -- cgit v1.2.3