upgrade dependencies

This commit is contained in:
Marcel Otto 2017-02-12 18:55:03 +01:00
parent 7304037d47
commit 4c007a0e02

View file

@ -38,9 +38,9 @@ defmodule RDF.Core.Mixfile do
defp deps do defp deps do
[ [
{:dialyxir, "~> 0.4", only: [:dev, :test]}, {:dialyxir, "~> 0.4", only: [:dev, :test]},
{:credo, "~> 0.5", only: [:dev, :test]}, {:credo, "~> 0.6", only: [:dev, :test]},
{:ex_doc, "~> 0.14", only: :dev}, {:ex_doc, "~> 0.14", only: :dev},
{:mix_test_watch, "~> 0.2", only: :dev}, {:mix_test_watch, "~> 0.3", only: :dev},
] ]
end end
end end