1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

bumping elixir version

This commit is contained in:
Alex S 2019-06-29 14:44:24 +03:00
parent 3f2bbe78df
commit 0d9c6f6854
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ notifications:
recipients:
- eduardo@gurgel.me
elixir:
- 1.4.2
- 1.5.3
otp_release:
- 18.0
- 18.1

View file

@ -9,7 +9,7 @@ defmodule Httparrot.Mixfile do
[
app: :httparrot,
version: "1.2.0",
elixir: "~> 1.4",
elixir: "~> 1.5",
name: "HTTParrot",
description: @description,
package: package(),