summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-03 13:39:14 +0200
committerlain <lain@soykaf.club>2019-05-03 13:39:14 +0200
commit81d1aa424d65b364ec8f2aee45247e7d95e3f255 (patch)
treef1851149c8eecf5871f4b72fb56ae89ae3b83243 /mix.exs
parent8af55728e47f9f62d237704cd5a33fba5f946fa2 (diff)
downloadpleroma-81d1aa424d65b364ec8f2aee45247e7d95e3f255.tar.gz
pleroma-81d1aa424d65b364ec8f2aee45247e7d95e3f255.zip
Streamer: Stream out Conversations/Participations.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9ded9931c..ad8f1123a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -87,7 +87,7 @@ defmodule Pleroma.Mixfile do
{:bbcode, "~> 0.1"},
{:ex_machina, "~> 2.3", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
- {:mock, "~> 0.3.1", only: :test},
+ {:mock, "~> 0.3.3", only: :test},
{:crypt,
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
{:cors_plug, "~> 1.5"},