File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule ESTree.Mixfile do
33
44 def project do
55 [ app: :estree ,
6- version: "2.1.1 " ,
6+ version: "2.1.2 " ,
77 elixir: "~> 1.0" ,
88 deps: deps ,
99 description: description ,
@@ -17,8 +17,8 @@ defmodule ESTree.Mixfile do
1717
1818 defp deps do
1919 [
20- { :earmark , "~> 0.1 " , only: :dev } ,
21- { :ex_doc , "~> 0.10 " , only: :dev } ,
20+ { :earmark , "~> 0.2 " , only: :dev } ,
21+ { :ex_doc , "~> 0.11 " , only: :dev } ,
2222 { :dialyze , "~> 0.2" , only: :dev } ,
2323 { :shouldi , only: :test }
2424 ]
Original file line number Diff line number Diff line change 11% { "dialyze": { :hex , :dialyze , "0.2.0" } ,
2- "earmark": { :hex , :earmark , "0.1.17 " } ,
3- "ex_doc": { :hex , :ex_doc , "0.10.0 " } ,
4- "shouldi": { :hex , :shouldi , "0.2.3 " } }
2+ "earmark": { :hex , :earmark , "0.2.0 " } ,
3+ "ex_doc": { :hex , :ex_doc , "0.11.3 " } ,
4+ "shouldi": { :hex , :shouldi , "0.3.0 " } }
You can’t perform that action at this time.
0 commit comments