Skip to content

Commit 121db30

Browse files
nathanlhauleth
andauthored
Fix Elixir 1.11 dependency warnings (#349)
Co-authored-by: Łukasz Jan Niemier <[email protected]>
1 parent 12aa27d commit 121db30

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
@@ -30,7 +30,7 @@ defmodule Mongodb.Mixfile do
3030
[
3131
mod: {Mongo.App, []},
3232
env: [],
33-
extra_applications: [:logger],
33+
extra_applications: [:crypto, :logger, :ssl],
3434
registered: [
3535
Mongo.PBKDF2Cache,
3636
Mongo.Session.Supervisor,

0 commit comments

Comments
 (0)