diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hex.mk b/plugins/hex.mk index b0a5339..6467e31 100644 --- a/plugins/hex.mk +++ b/plugins/hex.mk @@ -2,7 +2,7 @@ # This file is part of erlang.mk and subject to the terms of the ISC License. HEX_CORE_GIT ?= https://github.com/hexpm/hex_core -HEX_CORE_COMMIT ?= v0.7.0 +HEX_CORE_COMMIT ?= v0.10.1 PACKAGES += hex_core pkg_hex_core_name = hex_core |