omgnetwork / goban

Development environment bootstrapper for OmiseGO projects using Vagrant and Ansible.
Apache License 2.0
4 stars 1 forks source link

Bump Elixir version up to 1.6.1 #9

Closed unnawut closed 6 years ago

unnawut commented 6 years ago

Issue/Task Number: T57

Overview

Bump Elixir version up to 1.6.1

Changes

Implementation Details

I originally wanted to upgrade to 1.6.3 right away (released 3 days ago) but the package is not available on aptitude yet. So I upgraded to 1.6.1-1 the latest from apt list -a elixir instead.

Usage

After pulling this PR and run vagrant provision. SSH into goban environment and elixir --version should show the following:

vagrant@ewallet:/vagrant$ elixir --version
Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:10] [hipe] [kernel-poll:false]

Elixir 1.6.1 (compiled with OTP 19)

Impact

Run vagrant provision after pulling this PR.

sirn commented 6 years ago

However, you will want to merge this after https://github.com/omisego/ewallet/pull/109