Skip to content

Commit

Permalink
Explicitly calling out that we do not support below Elixir 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Blowers committed Jun 6, 2017
1 parent 6c9366a commit 0b9ee15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Mssqlex.Mixfile do
[app: :mssqlex,
version: "0.6.7",
description: "Adapter to Microsoft SQL Server. Using DBConnection and ODBC.",
elixir: "~> 1.4",
elixir: ">= 1.4.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 0b9ee15

Please sign in to comment.