Skip to content

Commit 132a6ef

Browse files
Update Elixir version in umbrella apps guide (elixir-lang#1409)
1 parent 490d42f commit 132a6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎getting-started/mix-otp/dependencies-and-umbrella-projects.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ defmodule KVServer.MixProject do
166166
config_path:"../../config/config.exs",
167167
deps_path:"../../deps",
168168
lockfile:"../../mix.lock",
169-
elixir:"~> 1.7-dev",
169+
elixir:"~> 1.10",
170170
start_permanent:Mix.env() ==:prod,
171171
deps:deps()
172172
]

0 commit comments

Comments
(0)