We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95cafe commit 7bf568dCopy full SHA for 7bf568d
lib/mix/lib/mix/tasks/local.hex.ex
@@ -2,7 +2,7 @@ defmodule Mix.Tasks.Local.Hex do
2
use Mix.Task
3
4
@hex_url "https://hex.pm/installs/hex.ez"
5
- @hex_requirement ">= 0.2.5"
+ @hex_requirement ">= 0.3.0"
6
7
@shortdoc "Install hex locally"
8
0 commit comments