Skip to content

Commit b6ceccd

Browse files
committed
Update dependencies and silence warning in newer Elixir
1 parent 7cbaf6e commit b6ceccd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

mix.exs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,21 @@ defmodule Oidcc.Plug.MixProject do
1616
""",
1717
package: package(),
1818
test_coverage: [tool: ExCoveralls],
19-
preferred_cli_env: [
19+
dialyzer: [
20+
plt_add_apps: [:mix]
21+
]
22+
]
23+
end
24+
25+
def cli do
26+
[
27+
preferred_envs: [
2028
coveralls: :test,
2129
"coveralls.detail": :test,
2230
"coveralls.post": :test,
2331
"coveralls.html": :test,
2432
"coveralls.github": :test,
2533
"coveralls.multiple": :test
26-
],
27-
dialyzer: [
28-
plt_add_apps: [:mix]
2934
]
3035
]
3136
end
@@ -73,7 +78,7 @@ defmodule Oidcc.Plug.MixProject do
7378
{:excoveralls, "~> 0.18.1", only: :test, runtime: false},
7479
{:igniter, "~> 0.5.50 or ~> 0.6.0", optional: true},
7580
{:mock, "~> 0.3.8", only: :test},
76-
{:oidcc, "~> 3.5"},
81+
{:oidcc, "~> 3.7"},
7782
{:phoenix, "~> 1.7", only: [:dev, :test]},
7883
{:phx_new, "~> 1.7", only: :test},
7984
{:plug, "~> 1.14"},

0 commit comments

Comments
 (0)