@@ -5,7 +5,7 @@ defmodule Mauricio.MixProject do
5
5
[
6
6
app: :mauricio ,
7
7
version: "0.1.0" ,
8
- elixir: "~> 1.9 " ,
8
+ elixir: "~> 1.10 " ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
deps: deps ( )
11
11
]
@@ -15,7 +15,7 @@ defmodule Mauricio.MixProject do
15
15
def application do
16
16
[
17
17
applications: [ :nadia ] ,
18
- extra_applications: [ :logger ] ,
18
+ extra_applications: [ :logger , :elli ] ,
19
19
mod: { Mauricio , [ ] } ,
20
20
start_phases: [ setup_webhook: [ ] ] ,
21
21
]
@@ -24,15 +24,13 @@ defmodule Mauricio.MixProject do
24
24
# Run "mix help deps" to learn about dependencies.
25
25
defp deps do
26
26
[
27
+ { :elli , "~> 3.2" } ,
27
28
{ :nadia , "~> 0.6.0" } ,
28
- { :elli , "~> 3.0" } ,
29
29
{ :jason , "~> 1.1" } ,
30
30
{ :bookish_spork , github: "tank-bohr/bookish_spork" , only: :test } ,
31
31
{ :ex_parameterized , "~> 1.3.7" , only: :test } ,
32
32
{ :dialyxir , "~> 1.0.0-rc.7" , only: :dev , runtime: false } ,
33
- { :rename , "~> 0.1.0" , only: :dev }
34
- # {:dep_from_hexpm, "~> 0.3.0"},
35
- # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
33
+ { :rename , "~> 0.1.0" , only: :dev } ,
36
34
]
37
35
end
38
36
end
0 commit comments