Skip to content

Commit

Permalink
Upgrade exjsx 3.1.0 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reneklacan committed May 9, 2016
1 parent da51201 commit 14686fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Slack.Mixfile do

defp deps do
[{:httpoison, "~> 0.8.0"},
{:exjsx, "~> 3.1.0"},
{:exjsx, "~> 3.2.0"},
{:websocket_client, github: "jeremyong/websocket_client"},
{:earmark, "~> 0.2.0", only: :dev},
{:ex_doc, "~> 0.11", only: :dev}]
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%{"certifi": {:hex, :certifi, "0.3.0"},
"earmark": {:hex, :earmark, "0.2.0"},
"ex_doc": {:hex, :ex_doc, "0.11.3"},
"exjsx": {:hex, :exjsx, "3.1.0"},
"exjsx": {:hex, :exjsx, "3.2.0"},
"hackney": {:hex, :hackney, "1.4.8"},
"httpoison": {:hex, :httpoison, "0.8.0"},
"idna": {:hex, :idna, "1.0.3"},
"jsx": {:hex, :jsx, "2.4.0"},
"jsx": {:hex, :jsx, "2.6.2"},
"mimerl": {:hex, :mimerl, "1.0.2"},
"pact": {:hex, :pact, "0.2.0"},
"socket": {:git, "git://github.com/meh/elixir-socket.git", "ec03c935565dbe4708d6b594ef57d6de17a93592", []},
Expand Down

0 comments on commit 14686fd

Please sign in to comment.