Skip to content

Commit a6bba79

Browse files
committed
Merge remote-tracking branch 'anoma/ray/dialyxir-1.4.5' into base
* anoma/ray/dialyxir-1.4.5: deps: dialyxir 1.4.3 -> 1.4.5
2 parents 5311c61 + 6cea037 commit a6bba79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global_deps.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
{:lexical_credo, "~> 0.1.0", only: [:dev, :test]},
2525
# non-runtime dependencies below
2626
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
27-
{:dialyxir, "~> 1.3", only: [:dev], runtime: false},
27+
{:dialyxir, "~> 1.4", only: [:dev], runtime: false},
2828
{:ex_doc, "~> 0.31", only: [:dev], runtime: false}
2929
]

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cowboy": {:hex, :cowboy, "2.12.0", "f276d521a1ff88b2b9b4c54d0e753da6c66dd7be6c9fca3d9418b561828a3731", [:make, :rebar3], [{:cowlib, "2.13.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "1.8.0", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "8a7abe6d183372ceb21caa2709bec928ab2b72e18a3911aa1771639bef82651e"},
77
"cowlib": {:hex, :cowlib, "2.13.0", "db8f7505d8332d98ef50a3ef34b34c1afddec7506e4ee4dd4a3a266285d282ca", [:make, :rebar3], [], "hexpm", "e1e1284dc3fc030a64b1ad0d8382ae7e99da46c3246b815318a4b848873800a4"},
88
"credo": {:hex, :credo, "1.7.7", "771445037228f763f9b2afd612b6aa2fd8e28432a95dbbc60d8e03ce71ba4446", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "8bc87496c9aaacdc3f90f01b7b0582467b69b4bd2441fe8aae3109d843cc2f2e"},
9-
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
9+
"dialyxir": {:hex, :dialyxir, "1.4.5", "ca1571ac18e0f88d4ab245f0b60fa31ff1b12cbae2b11bd25d207f865e8ae78a", [:mix], [{:erlex, ">= 0.2.7", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "b0fb08bb8107c750db5c0b324fa2df5ceaa0f9307690ee3c1f6ba5b9eb5d35c3"},
1010
"earmark_parser": {:hex, :earmark_parser, "1.4.41", "ab34711c9dc6212dda44fcd20ecb87ac3f3fce6f0ca2f28d4a00e4154f8cd599", [:mix], [], "hexpm", "a81a04c7e34b6617c2792e291b5a2e57ab316365c2644ddc553bb9ed863ebefa"},
1111
"enacl": {:git, "https://github.com/anoma/enacl/", "23173637c495b85d56f205e4721cfe5afdef92e9", [ref: "23173637c495b85d56f205e4721cfe5afdef92e9"]},
1212
"erlex": {:hex, :erlex, "0.2.7", "810e8725f96ab74d17aac676e748627a07bc87eb950d2b83acd29dc047a30595", [:mix], [], "hexpm", "3ed95f79d1a844c3f6bf0cea61e0d5612a42ce56da9c03f01df538685365efb0"},

0 commit comments

Comments
 (0)