Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ defmodule Apartmentex.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:ecto, "~> 3.0.4"},
{:mariaex, "~> 0.8.0", optional: true},
{:ecto, "~> 3.0.5"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this become ecto_sql since Apatmentex deals with migrations?

{:mariaex, "~> 0.9.1", optional: true},
{:postgrex, ">= 0.11.0", optional: true},
{:ex_doc, ">= 0.0.0", only: :dev}
]
Expand Down