dwyl / elixir-auth-github

:octocat: Minimalist GitHub OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
GNU General Public License v2.0
38 stars 4 forks source link

Update HTTPoison & Replaces Poison with Jason #52 + #54 #53

Closed nelsonic closed 2 years ago

nelsonic commented 2 years ago

This PR updates the versions of dependencies to latest. Fixes #52 and #54

Please review/merge when you can. Thanks. ☀️

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (b9f802d) into main (8731c7f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           29        32    +3     
=========================================
+ Hits            29        32    +3     
Impacted Files Coverage Δ
lib/elixir_auth_github.ex 100.00% <ø> (ø)
lib/httpoison_mock.ex 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9740fd3...b9f802d. Read the comment docs.

nelsonic commented 2 years ago

Hi @SimonLab if you don't mind, please review & merge this PR. Thanks. 👍

nelsonic commented 2 years ago

Thank you Simon. 🌻