From c24778d6f1246229b7db1398e7e9e9f0f73ca1d3 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Wed, 11 Dec 2024 22:29:05 +0200 Subject: [PATCH] chore: update phoenix_live_view to 1.0.0 --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index ce4a88e..2e669a6 100644 --- a/mix.exs +++ b/mix.exs @@ -40,8 +40,7 @@ defmodule Exmr.MixProject do {:credo, "~> 1.7", only: [:dev, :test], runtime: false}, {:phoenix_html, "~> 4.1"}, {:phoenix_live_reload, "~> 1.2", only: :dev}, - # TODO bump on release to {:phoenix_live_view, "~> 1.0.0"}, - {:phoenix_live_view, "~> 1.0.0-rc.1", override: true}, + {:phoenix_live_view, "~> 1.0.0"}, {:floki, ">= 0.30.0", only: :test}, {:phoenix_live_dashboard, "~> 0.8.3"}, {:esbuild, "~> 0.8", runtime: Mix.env() == :dev},