Skip to content

Commit 05eb603

Browse files
committed
Updated Elixir.
Trying to get fprof working, installing runtime_tools.
1 parent 1edddc0 commit 05eb603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Brc.MixProject do
66
app: :brc,
77
escript: [main_module: Brc],
88
version: "0.1.0",
9-
elixir: "~> 1.15",
9+
elixir: "~> 1.16",
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps()
1212
]
@@ -15,7 +15,7 @@ defmodule Brc.MixProject do
1515
# Run "mix help compile.app" to learn about applications.
1616
def application do
1717
[
18-
extra_applications: [:logger]
18+
extra_applications: [:logger, :runtime_tools]
1919
]
2020
end
2121

0 commit comments

Comments
 (0)