Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
05738e76
Commit
05738e76
authored
Aug 16, 2018
by
kaniini
Browse files
fix compile
parent
f2fa09c5
Pipeline
#3072
passed with stages
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
05738e76
...
...
@@ -45,7 +45,7 @@ defp deps do
{
:cachex
,
"~> 3.0.2"
},
{
:httpoison
,
"~> 1.2.0"
},
{
:jason
,
"~> 1.0"
},
{
:mogrify
,
"~> 0.6.1"
}
{
:mogrify
,
"~> 0.6.1"
}
,
{
:ex_machina
,
"~> 2.2"
,
only:
:test
},
{
:credo
,
"~> 0.9.3"
,
only:
[
:dev
,
:test
]},
{
:mock
,
"~> 0.3.1"
,
only:
:test
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment