summaryrefslogtreecommitdiff
path: root/devel/elixir-apex/files/patch-mix.exs
blob: 4451aeb7c78f31efffd5f1af94f79262a26a1df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mix.exs.orig	2016-01-08 16:30:36 UTC
+++ mix.exs
@@ -4,7 +4,7 @@ defmodule Apex.Mixfile do
   def project do
     [ app: :apex,
       version: "0.3.4",
-      elixir: "~> 1.1.0",
+      elixir: "~> 1.2",
       build_per_environment: false,
       description: description,
       package: package,