Skip to content

Commit

Permalink
[ELIXIR] Upgrade to elixir 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Milan committed Aug 18, 2021
1 parent dcaea4c commit d8095ea
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 @@ -14,7 +14,7 @@ defmodule Rtmp.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :crypto],
mod: {Rtmp.Application, []}
]
end
Expand Down

0 comments on commit d8095ea

Please sign in to comment.