mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-11 06:32:23 +08:00
Remove unused deps override
This commit is contained in:
parent
583cb8bd54
commit
520ca6c802
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -102,7 +102,7 @@ defmodule Livebook.MixProject do
|
||||||
#
|
#
|
||||||
defp deps do
|
defp deps do
|
||||||
[
|
[
|
||||||
{:phoenix, "~> 1.8", override: true},
|
{:phoenix, "~> 1.8"},
|
||||||
{:phoenix_live_view, "~> 1.1.0"},
|
{:phoenix_live_view, "~> 1.1.0"},
|
||||||
{:phoenix_html, "~> 4.0"},
|
{:phoenix_html, "~> 4.0"},
|
||||||
{:phoenix_live_dashboard, "~> 0.8.4"},
|
{:phoenix_live_dashboard, "~> 0.8.4"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue