X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=7320ac543b7b9e476ef2a3e282e04027e1cafc27;hb=37e5014d3ee571622d324cdadfc2bf7c345cc1fc;hp=0e54f0246adf30d45551f3d466ffa0720eeb885b;hpb=1c00eb4a90cddb7518a823d9304f6aee4fd3ef78;p=akkoma diff --git a/mix.exs b/mix.exs index 0e54f0246..7320ac543 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule Pleroma.Mixfile do # # Type `mix help deps` for examples and options. defp deps do - [{:phoenix, "~> 1.3.0-rc"}, + [{:phoenix, "~> 1.3.0"}, {:phoenix_pubsub, "~> 1.0"}, {:phoenix_ecto, "~> 3.2"}, {:postgrex, ">= 0.0.0"}, @@ -36,12 +36,14 @@ defmodule Pleroma.Mixfile do {:cowboy, "~> 1.0", override: true}, {:comeonin, "~> 3.0"}, {:trailing_format_plug, "~> 0.0.5" }, - {:html_sanitize_ex, "~> 1.0.0"}, + {:html_sanitize_ex, "~> 1.3.0-rc1"}, + {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.16.1"}, {:cachex, "~> 2.1"}, - {:httpoison, "~> 0.11.1"}, + {:httpoison, "~> 0.11.2"}, + {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, - {:mix_test_watch, "~> 0.2", only: :dev}] + {:credo, "~> 0.7", only: [:dev, :test]}] end # Aliases are shortcuts or tasks specific to the current project.