Skip to content

Commit

Permalink
Include :mix in plt apps for dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 6, 2025
1 parent d3e4308 commit 81f598a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
use Mix.Project

@source_url "https://github.com/oban-bg/oban"
@version "2.18.2"
@version "2.19.0-dev"

def project do
[
Expand All @@ -29,7 +29,7 @@ defmodule Oban.MixProject do

# Dialyzer
dialyzer: [
plt_add_apps: [:ex_unit, :postgrex],
plt_add_apps: [:ex_unit, :mix, :postgrex],
plt_core_path: "_build/#{Mix.env()}",
flags: [:error_handling, :missing_return, :underspecs]
],
Expand Down

0 comments on commit 81f598a

Please sign in to comment.