Skip to content

Commit

Permalink
update ueberauth dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanspagh committed Mar 5, 2020
1 parent be8de6f commit 2141525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ defmodule UeberauthGoogle.Mixfile do

defp deps do
[
{:oauth2, "~> 1.0.0"},
{:ueberauth, "~> 0.6.0"},
{:oauth2, "~> 1.0 or ~> 2.0"},
{:ueberauth, "~> 0.6.2"},

{:credo, "~> 0.8", only: [:dev, :test]},
{:earmark, ">= 0.0.0", only: :dev},
Expand Down

0 comments on commit 2141525

Please sign in to comment.