Skip to content

Commit

Permalink
Update dialyxir
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 5, 2023
1 parent 4de9d26 commit f3bf834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ defmodule WorkOS.MixProject do
{:plug_crypto, "~> 2.0"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.2", only: :dev, runtime: false}
{:dialyxir, "~> 1.0", only: [:test, :dev], runtime: false}
]
end

Expand Down

0 comments on commit f3bf834

Please sign in to comment.