Skip to content

Commit

Permalink
Remove deps from :extra_applications
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 1, 2024
1 parent 9e49f36 commit 50bf21c
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 @@ -24,7 +24,7 @@ defmodule Tds.Mixfile do

def application do
[
extra_applications: [:logger, :crypto, :db_connection, :decimal, :ssl],
extra_applications: [:logger, :crypto, :ssl],
env: [
json_library: Jason
]
Expand Down

0 comments on commit 50bf21c

Please sign in to comment.