Skip to content

Commit

Permalink
Merge pull request #26 from joaobalsini/fix-jason-dependency
Browse files Browse the repository at this point in the history
Added Jason dependency
  • Loading branch information
NeilMenne committed Jul 11, 2019
2 parents 230bbaa + 2e6d093 commit e8e28bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ defmodule Maestro.Mixfile do
{:ecto_sql, "~> 3.0"},
{:postgrex, ">= 0.0.0"},
{:ecto_hlclock, "~> 0.1"},
{:jason, "~> 1.1"},
{:mock, "~> 0.3", only: :test, runtime: false},
{:credo, "~> 1.0", only: [:dev, :test]},
{:stream_data, "~> 0.3", only: [:test]},
Expand Down

0 comments on commit e8e28bf

Please sign in to comment.