Skip to content

Commit

Permalink
change elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudebono committed May 14, 2024
1 parent f0517ff commit 7c1cb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AbsintheOneOf.MixProject do
[
app: :absinthe_one_of,
version: "1.0.0",
elixir: "~> 1.16",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down Expand Up @@ -39,7 +39,7 @@ defmodule AbsintheOneOf.MixProject do
defp package() do
[
name: :absinthe_one_of,
licenses: ["MIT License"],
licenses: ["MIT"],
links: %{
"GitHub" => "https://github.com/rudebono/absinthe_one_of",
"Docs" => "https://hexdocs.pm/absinthe_one_of"
Expand Down

0 comments on commit 7c1cb33

Please sign in to comment.