fix: Move recon dep to explorer mix.exs (#10487)

pull/10495/head
Qwerty5Uiop 4 months ago committed by GitHub
parent f5515b5cfe
commit 368355be33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      apps/explorer/mix.exs
  2. 3
      mix.exs

@ -120,7 +120,8 @@ defmodule Explorer.Mixfile do
{:hammer_backend_redis, "~> 6.1"},
{:logger_json, "~> 5.1"},
{:typed_ecto_schema, "~> 0.4.1", runtime: false},
{:ueberauth, "~> 0.7"}
{:ueberauth, "~> 0.7"},
{:recon, "~> 2.5"}
]
end

@ -97,8 +97,7 @@ defmodule BlockScout.Mixfile do
{:tesla, "~> 1.11.1"},
# Documentation
{:ex_doc, "~> 0.34.1", only: :dev, runtime: false},
{:number, "~> 1.0.3"},
{:recon, "~> 2.5"}
{:number, "~> 1.0.3"}
]
end
end

Loading…
Cancel
Save