diff options
author | Lain Soykaf <lain@lain.com> | 2021-12-15 13:53:09 -0500 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2021-12-15 13:53:09 -0500 |
commit | abb62dd8863a3fde0d329e2d529bca8346e9b177 (patch) | |
tree | 1f746b558fa40e8764949698ab6ba77d7e1787c9 /mix.exs | |
parent | fb0aa0661c0a2a8da85973e2c3f9567e83cba587 (diff) | |
download | pleroma-abb62dd8863a3fde0d329e2d529bca8346e9b177.tar.gz pleroma-abb62dd8863a3fde0d329e2d529bca8346e9b177.zip |
Application, dependencies: prepare for finch
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -137,6 +137,7 @@ defmodule Pleroma.Mixfile do {:castore, "~> 0.1"}, {:cowlib, "~> 2.9", override: true}, {:gun, "~> 2.0.0-rc.1", override: true}, + {:finch, "~> 0.10.0"}, {:jason, "~> 1.2"}, {:mogrify, "~> 0.9.1"}, {:ex_aws, "~> 2.1.6"}, @@ -192,9 +193,7 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:restarter, path: "./restarter"}, - {:majic, - git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git", - ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"}, + {:majic, "~> 1.0"}, {:eblurhash, "~> 1.1.0"}, {:open_api_spex, "~> 3.10"}, |