Skip to content

Commit aabbc2e

Browse files
committed
Only support Elixir 1.10 and up.
1 parent 4e6950f commit aabbc2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## master
44

5-
- Regenerate the `ReceiptModule` with `:asn1` 5.0.9.
6-
- Update minimal requirement to Erlang 21.
5+
- Regenerate the `ReceiptModule` with `:asn1` 5.0.16.
6+
- Update minimal requirement to OTP 21 & Elixir 1.10.
77

88
## v0.4.0
99

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule ReceiptDecoder.Mixfile do
77
[
88
app: :receipt_decoder,
99
version: @version,
10-
elixir: "~> 1.6",
10+
elixir: "~> 1.10",
1111
build_embedded: Mix.env() == :prod,
1212
start_permanent: Mix.env() == :prod,
1313
description: description(),

0 commit comments

Comments
 (0)