Remove duplicate entry for app_builder

This commit is contained in:
Wojtek Mach 2022-01-20 08:49:19 +01:00
parent 112b47908d
commit 048446a16b

View file

@ -67,8 +67,7 @@ defmodule Livebook.MixProject do
{:aws_signature, "~> 0.2.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:floki, ">= 0.27.0", only: :test},
{:bypass, "~> 2.1", only: :test},
{:app_builder, path: "app_builder", targets: [:app], only: :dev}
{:bypass, "~> 2.1", only: :test}
]
end