Add test/instance to .gitignore
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index c948b0b02e30df09b14ef2b8d59dd3d97fbe4a3e..6fac1c66b03002bc5c747e41c62c3703c9121f6a 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -211,7 +211,7 @@ defmodule Pleroma.Mixfile do
        git: "https://git.pleroma.social/pleroma/elixir-libraries/hackney.git",
        ref: "7d7119f0651515d6d7669c78393fd90950a3ec6e",
        override: true},
-      {:mox, "~> 0.5", only: :test},
+      {:mox, "~> 1.0", only: :test},
       {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
     ] ++ oauth_deps()
   end