Skip to content

Commit 81ec66e

Browse files
committed
Bump minimum Elixir version
1 parent e62e7e1 commit 81ec66e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ defmodule HTTPClient.MixProject do
22
use Mix.Project
33

44
@name "HTTPClient"
5-
@version "0.3.8"
5+
@version "0.3.9"
66
@repo_url "https://github.com/ChannexIO/http_client"
77

88
def project do
99
[
1010
app: :http_client,
1111
version: @version,
12-
elixir: "~> 1.12",
12+
elixir: "~> 1.15",
1313
description: "Facade for HTTP client.",
1414
docs: docs(),
1515
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)