Skip to content

Commit 087993c

Browse files
committed
Enable Elixir versions back to 1.12
1 parent a9bcaed commit 087993c

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 LoggerBinary.MixProject do
55
[
66
app: :logger_binary,
77
version: "0.1.0",
8-
elixir: "~> 1.16",
8+
elixir: "~> 1.12",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()
1111
]

0 commit comments

Comments
 (0)