1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-15 19:14:11 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
Eduardo
b09754cae3 Update earmark and ex_doc 2020-07-15 20:13:02 +12:00
Eduardo
c638ef7ef9 Bump version 1.3.0 2020-07-15 20:08:34 +12:00

View file

@ -8,7 +8,7 @@ defmodule Httparrot.Mixfile do
def project do
[
app: :httparrot,
version: "1.2.0",
version: "1.3.0",
elixir: "~> 1.7",
name: "HTTParrot",
description: @description,
@ -29,7 +29,8 @@ defmodule Httparrot.Mixfile do
{:cowboy, "~> 2.8.0"},
{:exjsx, "~> 3.0 or ~> 4.0"},
{:con_cache, "~> 0.14.0"},
{:ex_doc, "~> 0.14", only: :dev},
{:earmark, "~> 1.0", only: :dev},
{:ex_doc, "~> 0.18", only: :dev},
{:meck, "~> 0.8.13", only: :test}
]
end