chore(deps): replace use of custom erlport with upstream one

Now that upstream has the fix

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-08-09 16:02:16 +02:00
parent 12cbff154a
commit 2c8c332ad0
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ defmodule Mobilizon.Mixfile do
{:paasaa, "~> 0.6.0"},
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:erlport, github: "tcitworld/erlport", branch: "0.10.1-compat", override: true},
{:erlport, "~> 0.11.0"},
{:tz_world, "~> 1.0"},
{:tzdata, "~> 1.1"},
{:codepagex, "~> 0.1.6"},