Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 4ff1169

Browse files
committed
update deps and switch to dialyxir
1 parent 2380496 commit 4ff1169

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/config.exs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
# and its dependencies with the aid of the Mix.Config module.
33
use Mix.Config
44

5-
config :excheck, :number_iterations, 100
5+
if Mix.env == :test do
6+
config :excheck, :number_iterations, 100
7+
end

mix.exs

+3-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ defmodule Sqlitex.Mixfile do
3030
{:decimal, "~> 1.1"},
3131

3232
{:credo, "~> 0.4", only: :dev},
33-
{:dialyze, "~> 0.2.0", only: :dev},
34-
{:earmark, "1.0.3", only: :dev},
35-
# v1.1 introduces a deprecation warning that causes a lot of console
36-
# noise when used with current as-of-this-writing version of exdoc (0.14.5)
33+
{:dialyxir, "~> 0.5.1", only: :dev, runtime: false},
34+
{:earmark, "~> 1.2", only: :dev},
3735
{:excoveralls, "~> 0.6", only: :test},
38-
{:ex_doc, "~> 0.14.5", only: :dev},
36+
{:ex_doc, "~> 0.18", only: :dev},
3937
{:inch_ex, "~> 0.5", only: :dev},
4038

4139
{:excheck, "~> 0.5", only: :test},

0 commit comments

Comments
 (0)