diff options
author | lain <lain@soykaf.club> | 2019-05-04 15:06:18 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-04 15:06:18 +0200 |
commit | 4c76f49e60287e6618f87a2bae3e0d4e8c444895 (patch) | |
tree | 2e037f4c1e789544c392b8bf7e54b2604bc1e40b /mix.exs | |
parent | 6ad8ddfd290f0239956874ccc9dc181167e84647 (diff) | |
download | pleroma-4c76f49e60287e6618f87a2bae3e0d4e8c444895.tar.gz pleroma-4c76f49e60287e6618f87a2bae3e0d4e8c444895.zip |
BBS: small fixes.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ defmodule Pleroma.Mixfile do {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, - {:esshd, "~> 0.1.0"} + {:esshd, "~> 0.1.0"} ] ++ oauth_deps end |