Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jul 3, 2023
1 parent a4894d7 commit a80250f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ defmodule ElixirExploration.MixProject do
{:mimic, "~> 1.7.1", only: :test},
{:oauther, "~> 1.3"},
{:extwitter, "~> 0.13"},
{:ssl_verify_fun, "~> 1.1.6", manager: :rebar3, only: [:test], runtime: false, override: true}
{:ssl_verify_fun, "~> 1.1.6",
manager: :rebar3, only: [:test], runtime: false, override: true}
]
end

Expand Down

0 comments on commit a80250f

Please sign in to comment.