mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 15:07:52 +08:00
Remove duplicate entry for app_builder
This commit is contained in:
parent
112b47908d
commit
048446a16b
1 changed files with 1 additions and 2 deletions
3
mix.exs
3
mix.exs
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue