From 048446a16b2b8f3e51190f7a768ab72205678f74 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 20 Jan 2022 08:49:19 +0100 Subject: [PATCH] Remove duplicate entry for `app_builder` --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 91233034f..b64fe23c0 100644 --- a/mix.exs +++ b/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