Skip to content

Commit

Permalink
resotre ecto for all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Mar 11, 2024
1 parent 3cc7286 commit ccc9e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defmodule LiveSelect.MixProject do
{:phoenix, ">= 1.6.0", optional: true},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_ecto, "~> 4.0", only: [:dev, :test, :demo]},
{:ecto, "~> 3.8", only: [:dev, :test, :demo]},
{:ecto, "~> 3.8"},
{:floki, ">= 0.30.0", only: :test},
{:esbuild, "~> 0.4", only: [:dev, :test, :demo]},
{:plug_cowboy, "~> 2.5", only: [:dev, :demo]},
Expand Down

0 comments on commit ccc9e5e

Please sign in to comment.