diff options
author | dtluna <dtluna@openmailbox.org> | 2017-04-13 15:18:18 +0300 |
---|---|---|
committer | dtluna <dtluna@openmailbox.org> | 2017-04-13 15:18:18 +0300 |
commit | 3ff917b5dd72bc44f84a8f08cfc368faf28199f0 (patch) | |
tree | 2bb558af2ee2a8b4ad23211f8f3ad5d7ca8a5421 /mix.exs | |
parent | 896e40cd2bbd064548a1a9cb730f79d793e6d6f5 (diff) | |
parent | d2bf099ae66b7332128c854f322bb8a00eb62212 (diff) | |
download | pleroma-3ff917b5dd72bc44f84a8f08cfc368faf28199f0.tar.gz pleroma-3ff917b5dd72bc44f84a8f08cfc368faf28199f0.zip |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/follow-by-screen-name
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ defmodule Pleroma.Mixfile do {:comeonin, "~> 3.0"}, {:trailing_format_plug, "~> 0.0.5" }, {:html_sanitize_ex, "~> 1.0.0"}, + {:calendar, "~> 0.16.1"}, {:mix_test_watch, "~> 0.2", only: :dev}] end |