Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
greghgradwell authored Sep 6, 2021
1 parent ed1035d commit d1850de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ defmodule RealflightIntegration.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
{:via_utils, "~> 0.1.4"},
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
{:via_utils,git: "https://github.com/copperpunk-elixir/via-utils.git", tag: "v0.1.4-alpha"},
{:soap, "~> 1.0.1"},
{:httpoison, "~> 1.8.0"},
{:sax_map, "~> 1.0"}
Expand Down

0 comments on commit d1850de

Please sign in to comment.