@@ -34,22 +34,22 @@ defmodule Diff.MixProject do
3434 # Type `mix help deps` for examples and options.
3535 defp deps do
3636 [
37- { :phoenix , "~> 1.6" } ,
38- { :phoenix_pubsub , "~> 2.0" } ,
39- { :phoenix_html , "~> 3.2" } ,
37+ { :floki , "~> 0.32.0" } ,
4038 { :gettext , "~> 0.11" } ,
39+ { :git_diff , github: "ericmj/git_diff" , branch: "ericmj/fix-modes" } ,
4140 { :goth , "~> 1.0" } ,
42- { :jason , "~> 1.0" } ,
43- { :plug_cowboy , "~> 2.1" } ,
44- { :phoenix_live_view , "~> 0.6" } ,
41+ { :hackney , "~> 1.15" } ,
4542 { :hex_core , "~> 0.8.0" } ,
46- { :rollbax , "~> 0.11 .0" } ,
43+ { :jason , "~> 1 .0" } ,
4744 { :logster , "~> 1.0" } ,
48- { :git_diff , github: "ericmj/git_diff" , branch: "ericmj/fix-modes" } ,
49- { :hackney , "~> 1.15" } ,
50- { :floki , "~> 0.32.0" } ,
45+ { :mox , "~> 1.0.0" , only: :test } ,
46+ { :phoenix_html , "~> 3.2" } ,
5147 { :phoenix_live_reload , "~> 1.2" , only: :dev } ,
52- { :mox , "~> 1.0.0" , only: :test }
48+ { :phoenix_live_view , "~> 0.6" } ,
49+ { :phoenix_pubsub , "~> 2.0" } ,
50+ { :phoenix , "~> 1.6" } ,
51+ { :plug_cowboy , "~> 2.1" } ,
52+ { :sentry , "~> 10.2" }
5353 ]
5454 end
5555
0 commit comments