Skip to content

Commit

Permalink
Support liveview 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Dec 6, 2024
1 parent 37f4bbc commit c7098e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SaladUI.MixProject do
def project do
[
app: :salad_ui,
version: "0.14.1",
version: "0.14.2",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule SaladUI.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:tw_merge, "~> 0.1.0"},
{:tw_merge, "~> 0.1"},
{:phoenix_live_view, "~> 0.20.1"},
{:mix_test_watch, "~> 1.2", only: [:dev, :test]},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit c7098e0

Please sign in to comment.