Skip to content

Commit

Permalink
Support more recent mariaex
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 22, 2016
1 parent a4031be commit e3f842a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Ecto.Mixfile do
{:sbroker, "~> 0.7", optional: true},
{:decimal, "~> 1.0"},
{:postgrex, "~> 0.11.0", optional: true},
{:mariaex, "~> 0.5.0", optional: true},
{:mariaex, "~> 0.5 or ~> 0.6", optional: true},
{:poison, "~> 1.0", optional: true},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"earmark": {:hex, :earmark, "0.2.1"},
"ex_doc": {:hex, :ex_doc, "0.11.3"},
"inch_ex": {:hex, :inch_ex, "0.2.4"},
"mariaex": {:hex, :mariaex, "0.5.0"},
"mariaex": {:hex, :mariaex, "0.6.2"},
"poison": {:hex, :poison, "1.3.1"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.11.0"},
Expand Down

0 comments on commit e3f842a

Please sign in to comment.