mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
bumping elixir version
This commit is contained in:
parent
3f2bbe78df
commit
0d9c6f6854
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- eduardo@gurgel.me
|
- eduardo@gurgel.me
|
||||||
elixir:
|
elixir:
|
||||||
- 1.4.2
|
- 1.5.3
|
||||||
otp_release:
|
otp_release:
|
||||||
- 18.0
|
- 18.0
|
||||||
- 18.1
|
- 18.1
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -9,7 +9,7 @@ defmodule Httparrot.Mixfile do
|
||||||
[
|
[
|
||||||
app: :httparrot,
|
app: :httparrot,
|
||||||
version: "1.2.0",
|
version: "1.2.0",
|
||||||
elixir: "~> 1.4",
|
elixir: "~> 1.5",
|
||||||
name: "HTTParrot",
|
name: "HTTParrot",
|
||||||
description: @description,
|
description: @description,
|
||||||
package: package(),
|
package: package(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue