Skip to content

Commit

Permalink
Fix Elixir 1.11 dependency warnings (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Jan Niemier <[email protected]>
  • Loading branch information
nathanl and hauleth authored Oct 30, 2020
1 parent 12aa27d commit 121db30
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 @@ -30,7 +30,7 @@ defmodule Mongodb.Mixfile do
[
mod: {Mongo.App, []},
env: [],
extra_applications: [:logger],
extra_applications: [:crypto, :logger, :ssl],
registered: [
Mongo.PBKDF2Cache,
Mongo.Session.Supervisor,
Expand Down

0 comments on commit 121db30

Please sign in to comment.