From 75a0190f6b6b5ec1881a53fa0853fb01727a3c2c Mon Sep 17 00:00:00 2001 From: drew Date: Thu, 19 May 2016 08:00:24 -0500 Subject: [PATCH] Move from dialyze to dialyxir --- mix.exs | 2 +- mix.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/mix.exs b/mix.exs index da7abbc..04fff12 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule Scrivener.Ecto.Mixfile do [ {:scrivener, git: "https://github.com/drewolson/scrivener", branch: "v2"}, {:ecto, "~> 2.0.0-rc"}, - {:dialyze, "~> 0.2.0", only: :dev}, + {:dialyxir, "~> 0.3.0", only: :dev}, {:earmark, ">= 0.0.0", only: :dev}, {:ex_doc, "~> 0.11.0", only: :dev}, {:ex_spec, "~> 1.0", only: :test}, diff --git a/mix.lock b/mix.lock index 9619b5f..92759e5 100644 --- a/mix.lock +++ b/mix.lock @@ -1,11 +1,12 @@ -%{"connection": {:hex, :connection, "1.0.2"}, - "db_connection": {:hex, :db_connection, "0.2.5"}, - "decimal": {:hex, :decimal, "1.1.2"}, +%{"connection": {:hex, :connection, "1.0.2", "f4a06dd3ecae4141aa66f94ce92ea4c4b8753069472814932f1cadbc3078ab80", [:mix], []}, + "db_connection": {:hex, :db_connection, "0.2.5", "3e5e28019e0ec744345568d22a2f5206109bff0e2571f4d7819e0d14cf955f3e", [:mix], [{:sbroker, "~> 0.7", [hex: :sbroker, optional: true]}, {:poolboy, "~> 1.5", [hex: :poolboy, optional: true]}, {:connection, "~> 1.0.2", [hex: :connection, optional: false]}]}, + "decimal": {:hex, :decimal, "1.1.2", "79a769d4657b2d537b51ef3c02d29ab7141d2b486b516c109642d453ee08e00c", [:mix], []}, + "dialyxir": {:hex, :dialyxir, "0.3.3", "2f8bb8ab4e17acf4086cae847bd385c0f89296d3e3448dc304c26bfbe4b46cb4", [:mix], []}, "dialyze": {:hex, :dialyze, "0.2.1"}, - "earmark": {:hex, :earmark, "0.2.1"}, - "ecto": {:hex, :ecto, "2.0.0-rc.5"}, - "ex_doc": {:hex, :ex_doc, "0.11.5"}, - "ex_spec": {:hex, :ex_spec, "1.0.0"}, - "poolboy": {:hex, :poolboy, "1.5.1"}, - "postgrex": {:hex, :postgrex, "0.11.1"}, + "earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []}, + "ecto": {:hex, :ecto, "2.0.0-rc.5", "a95184a260edb89669be7746b3b270725ce6940e378b05d19df82eecf52544cb", [:mix], [{:sbroker, "~> 0.7", [hex: :sbroker, optional: true]}, {:postgrex, "~> 0.11.1", [hex: :postgrex, optional: true]}, {:poolboy, "~> 1.5", [hex: :poolboy, optional: false]}, {:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: true]}, {:mariaex, "~> 0.7.1", [hex: :mariaex, optional: true]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]}, + "ex_doc": {:hex, :ex_doc, "0.11.5", "0dc51cb84f8312162a2313d6c71573a9afa332333d8a332bb12540861b9834db", [:mix], [{:earmark, "~> 0.1.17 or ~> 0.2", [hex: :earmark, optional: true]}]}, + "ex_spec": {:hex, :ex_spec, "1.0.0", "b1e791072fecbf80c725adf45e7cbdf3d96af3765638a1f1547824706ece4bc9", [:mix], []}, + "poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []}, + "postgrex": {:hex, :postgrex, "0.11.1", "f48af70c0a58b9bfd1aaa456ec4273624554cfb837726b6a7f0701da4a94b2dd", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, optional: false]}, {:db_connection, "~> 0.2", [hex: :db_connection, optional: false]}, {:connection, "~> 1.0", [hex: :connection, optional: false]}]}, "scrivener": {:git, "https://github.com/drewolson/scrivener", "49e1029dffa1feda7615f96592dcb07366f3196a", [branch: "v2"]}}