Add swaggerUI options (#66)
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 4c5a776e07d27abf221f14b9ec3fc288ed176a83..c255be1db9160013a3642f54f6bad058c185198a 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -133,7 +133,7 @@ defmodule Pleroma.Mixfile do
       {:html_entities, "~> 0.5", override: true},
       {:phoenix_html, "~> 3.1", override: true},
       {:calendar, "~> 1.0"},
-      {:cachex, "~> 3.2"},
+      {:cachex, "~> 3.4"},
       {:poison, "~> 3.0", override: true},
       {:tesla, "~> 1.4.4", override: true},
       {:castore, "~> 0.1"},
@@ -160,8 +160,7 @@ defmodule Pleroma.Mixfile do
       {:timex, "~> 3.6"},
       {:ueberauth, "~> 0.4"},
       {:linkify,
-       git: "https://git.ihatebeinga.live/floatingghost/linkify.git",
-       branch: "bugfix/line-ending-buffer"},
+       git: "https://akkoma.dev/AkkomaGang/linkify.git", branch: "bugfix/line-ending-buffer"},
       {:http_signatures, "~> 0.1.1"},
       {:telemetry, "~> 0.3"},
       {:poolboy, "~> 1.5"},