Skip to content

Commit

Permalink
Update Tentacat to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed May 7, 2018
1 parent cd63708 commit 2483bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ defmodule AlloyCi.Mixfile do
{:secure_random, "~> 0.5"},
{:sentry, "~> 6.1"},
{:sweet_xml, "~> 0.6"},
{:tentacat, "~> 0.9", github: "AlloyCI/tentacat"},
{:tentacat, "~> 1.0"},
{:timex, "~> 3.2"},
{:ueberauth_github, "~> 0.7"},
{:ueberauth_identity, "~> 0.2.3"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sentry": {:hex, :sentry, "6.2.0", "987cfd5858c85f82a0e9a360cd0974ff4101fbc54c9c570a3f2d9363a610885e", [:mix], [{:hackney, "~> 1.8 or 1.6.5", [hex: :hackney, optional: false]}, {:phoenix, "~> 1.3", [hex: :phoenix, optional: true]}, {:plug, "~> 1.0", [hex: :plug, optional: true]}, {:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, optional: false]}, {:uuid, "~> 1.0", [hex: :uuid, optional: false]}]},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], []},
"sweet_xml": {:hex, :sweet_xml, "0.6.5", "dd9cde443212b505d1b5f9758feb2000e66a14d3c449f04c572f3048c66e6697", [:mix], []},
"tentacat": {:git, "https://github.com/AlloyCI/tentacat.git", "90d4c08d57cc9ee5fd22a74c083f6d03243cf580", []},
"tentacat": {:hex, :tentacat, "1.0.0", "61e6d95b955b3622f7d383c6fdf621fc50829c59fbcf080adbef821a8e2ad9fa", [:mix], [{:exjsx, "~> 4.0", [hex: :exjsx, optional: false]}, {:httpoison, "~> 0.8", [hex: :httpoison, optional: false]}]},
"timex": {:hex, :timex, "3.2.1", "639975eac45c4c08c2dbf7fc53033c313ff1f94fad9282af03619a3826493612", [:mix], [{:combine, "~> 0.10", [hex: :combine, optional: false]}, {:gettext, "~> 0.10", [hex: :gettext, optional: false]}, {:tzdata, "~> 0.1.8 or ~> 0.5", [hex: :tzdata, optional: false]}]},
"tzdata": {:hex, :tzdata, "0.5.16", "13424d3afc76c68ff607f2df966c0ab4f3258859bbe3c979c9ed1606135e7352", [:mix], [{:hackney, "~> 1.0", [hex: :hackney, optional: false]}]},
"ueberauth": {:hex, :ueberauth, "0.5.0", "4570ec94d7f784dc4c4aa94c83391dbd9b9bd7b66baa30e95a666c5ec1b168b1", [:mix], [{:plug, "~> 1.2", [hex: :plug, optional: false]}]},
Expand Down

0 comments on commit 2483bb5

Please sign in to comment.