Skip to content

Commit

Permalink
Update to elixir 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Feb 12, 2018
1 parent c7097fd commit 85f534a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang_version=20.1
elixir_version=1.5.2
erlang_version=20.2
elixir_version=1.6.1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule CodeCorps.Mixfile do
def project do
[app: :code_corps,
version: "0.0.1",
elixir: "~> 1.5.2",
elixir: "~> 1.6",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
dialyzer: [ignore_warnings: "dialyzer.ignore-warnings", plt_add_apps: [:kernel, :stdlib], plt_add_deps: :transitive],
Expand Down

0 comments on commit 85f534a

Please sign in to comment.