Skip to content

Commit 520ca6c

Browse files
committed
Remove unused deps override
1 parent 583cb8b commit 520ca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ defmodule Livebook.MixProject do
102102
#
103103
defp deps do
104104
[
105-
{:phoenix, "~> 1.8", override: true},
105+
{:phoenix, "~> 1.8"},
106106
{:phoenix_live_view, "~> 1.1.0"},
107107
{:phoenix_html, "~> 4.0"},
108108
{:phoenix_live_dashboard, "~> 0.8.4"},

0 commit comments

Comments
 (0)