Skip to content

Commit 8ab2438

Browse files
committed
lower elixir version req
1 parent 0651383 commit 8ab2438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule PgQuery.MixProject do
55
[
66
app: :pg_query_ex,
77
version: "0.1.0",
8-
elixir: "~> 1.14",
8+
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
compilers: [:elixir_make] ++ Mix.compilers(),
1111
deps: deps()

0 commit comments

Comments
 (0)