Add test on changing [:instance, :upload_limit]
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 5d945bf5f69b5038a6bab08ccc6e54601f5495ea..a0a6106a9a77ceac798b0693d11c975ded02cadd 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -196,11 +196,12 @@ defmodule Pleroma.Mixfile do
       {:majic,
        git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git",
        ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"},
-      {:eblurhash,
-       git: "https://github.com/zotonic/eblurhash.git",
-       ref: "04a0b76eadf4de1be17726f39b6313b88708fd12"},
+      {:eblurhash, "~> 1.1.0"},
       {:open_api_spex, "~> 3.10"},
 
+      # indirect dependency version override
+      {:plug, "~> 1.10.4", override: true},
+
       ## dev & test
       {:ex_doc, "~> 0.22", only: :dev, runtime: false},
       {:ex_machina, "~> 2.4", only: :test},