Skip to content

Commit 50bf21c

Browse files
committed
Remove deps from :extra_applications
1 parent 9e49f36 commit 50bf21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule Tds.Mixfile do
2424

2525
def application do
2626
[
27-
extra_applications: [:logger, :crypto, :db_connection, :decimal, :ssl],
27+
extra_applications: [:logger, :crypto, :ssl],
2828
env: [
2929
json_library: Jason
3030
]

0 commit comments

Comments
 (0)