From d1459bf6fc851f0d7269a60d1a14c4cbd51e4b64 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 22 Jul 2020 19:40:32 +0300 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 1 + mix.exs | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80646ceac1..6290920e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - [#3178](https://github.com/poanetwork/blockscout/pull/3178) - Fix unavailable navbar menu when read/write proxy tab is active ### Chore +- [#3210](https://github.com/poanetwork/blockscout/pull/3210) - Update Phoenix up to 1.4.17 - [#3206](https://github.com/poanetwork/blockscout/pull/3206) - Update Elixir version: 1.10.2 -> 1.10.3 - [#3204](https://github.com/poanetwork/blockscout/pull/3204) - GraphQL Absinthe related packages update up to stable versions - [#3180](https://github.com/poanetwork/blockscout/pull/3180) - Return correct status in verify API endpoint if contract verified diff --git a/mix.exs b/mix.exs index 1aeb236452..ada5ee6831 100644 --- a/mix.exs +++ b/mix.exs @@ -72,12 +72,6 @@ defmodule BlockScout.Mixfile do # and cannot be accessed from applications inside the apps folder defp deps do [ - {:db_connection, "~> 2.2.2"}, - {:phoenix, "~> 1.4"}, - {:ecto, "~> 3.3.4"}, - {:phoenix_ecto, "~> 4.1"}, - {:phoenix_live_reload, "~> 1.2"}, - {:ecto_sql, "~> 3.3"}, # Documentation {:ex_doc, "~> 0.19.0", only: [:dev]}, # Code coverage