Skip to content

Commit

Permalink
Fix build with old lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Sep 11, 2024
1 parent b7db09c commit 2e794b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Config

config :phoenix, :json_library, Jason
config :phoenix, :stacktrace_depth, 20

# Initialize plugs at runtime for faster development compilation
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule Surface.Catalogue.MixProject do
{:earmark, "~> 1.4.21"},
{:makeup_elixir, "~> 0.16.0"},
{:html_entities, "~> 0.4"},
{:jason, "~> 1.0", only: :dev},
{:jason, "~> 1.0", optional: true, override: true},
{:plug_cowboy, "~> 2.0", only: :dev},
{:esbuild, "~> 0.2", only: :dev},
{:floki, ">= 0.35.3", only: :test},
Expand Down

0 comments on commit 2e794b2

Please sign in to comment.