Update ueberauth and plug

This commit is contained in:
Sean Callan 2015-12-12 14:14:39 -08:00
parent 80d715e424
commit ec35c175d4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
defmodule UeberauthTwitter.Mixfile do
use Mix.Project
@version "0.2.0"
@version "0.2.1"
@url "https://github.com/ueberauth/ueberauth_twitter"
def project do

View File

@ -9,7 +9,7 @@
"oauth": {:git, "https://github.com/tim/erlang-oauth.git", "cd31addc828179983564fd57738f1680a4a4d1ff", []},
"oauth2": {:hex, :oauth2, "0.5.0"},
"oauther": {:hex, :oauther, "1.0.2"},
"plug": {:hex, :plug, "1.0.2"},
"plug": {:hex, :plug, "1.0.3"},
"poison": {:hex, :poison, "1.5.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
"ueberauth": {:hex, :ueberauth, "0.1.0"}}
"ueberauth": {:hex, :ueberauth, "0.2.0"}}