Skip to content

Commit 4389a8e

Browse files
committed
Tau - specify lower bound for minimum supported elixir version
1 parent 4dff168 commit 4389a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/erlang/tau/mix.exs

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

0 commit comments

Comments
 (0)