feat: upgrade erlang and deps (#87)
All checks were successful
continuous-integration/drone/push Build is passing

* Upgrade erlang to 27.0.1
* Upgrade abisnthe to 1.7.7

Reviewed-on: #87
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2024-07-12 11:12:50 +00:00
committed by João Paulo Dubas
parent 2fa1a773f2
commit 39fd238ed8
5 changed files with 5 additions and 8 deletions

View File

@@ -29,10 +29,7 @@ defmodule Wabanex.MixProject do
defp deps do
[
{:absinthe,
git: "https://github.com/absinthe-graphql/absinthe.git",
ref: "358e273a26f3ce7660cd88bf0f6daf4fa51e1689",
override: true},
{:absinthe, "~> 1.7.0"},
{:absinthe_plug,
git: "https://github.com/absinthe-graphql/absinthe_plug.git",
ref: "3a984cc341ebb32c79e7ae58b4ebd116d5c62f9e"},