diff options
author | lain <lain@soykaf.club> | 2019-05-03 13:39:14 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-03 13:39:14 +0200 |
commit | 81d1aa424d65b364ec8f2aee45247e7d95e3f255 (patch) | |
tree | f1851149c8eecf5871f4b72fb56ae89ae3b83243 /mix.exs | |
parent | 8af55728e47f9f62d237704cd5a33fba5f946fa2 (diff) | |
download | pleroma-81d1aa424d65b364ec8f2aee45247e7d95e3f255.tar.gz pleroma-81d1aa424d65b364ec8f2aee45247e7d95e3f255.zip |
Streamer: Stream out Conversations/Participations.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |