Skip to content

Commit

Permalink
increase elixir min version
Browse files Browse the repository at this point in the history
Using `Task.async_stream` that have been made available in 1.4
  • Loading branch information
carlo-colombo committed Apr 11, 2017
1 parent e45d81d commit 97472f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule DublinBusApi.Mixfile do
def project do
[app: :dublin_bus_api,
version: "0.1.11",
elixir: "~> 1.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanentbus: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 97472f5

Please sign in to comment.