Use released LiveView

This commit is contained in:
Max Veytsman
2022-09-21 11:36:02 -04:00
parent 5eb59a9fed
commit 5330ba60b1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ defmodule HeroiconsElixir.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"},
{:phoenix_live_view, "~> 0.18.0"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:castore, ">= 0.0.0"}
]