summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-05-07 14:43:21 +0000
committerlambda <lain@soykaf.club>2019-05-07 14:43:21 +0000
commit238dd72fad2452a8da594e68b8e6c80d709587e8 (patch)
tree050a8e55ae39047e197b0e84c9fed8bacaf91545 /mix.exs
parent6518644db1d31f2b30b95fa0899b3751bc330d56 (diff)
parentc42ded13a2caa02f3f5aa00accce69b183546f9e (diff)
downloadpleroma-238dd72fad2452a8da594e68b8e6c80d709587e8.tar.gz
pleroma-238dd72fad2452a8da594e68b8e6c80d709587e8.zip
Merge branch 'conversations_three' into 'develop'
Conversations once more. See merge request pleroma/pleroma!1119
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 c859bed40..fae21f18d 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"},