Browse Source

fixed ecto version

object-id-column
Maksim Pechnikov 4 years ago
parent
commit
d201eec45c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mix.exs

+ 1
- 1
mix.exs View File

@@ -99,7 +99,7 @@ defmodule Pleroma.Mixfile do
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_sql, "~> 3.1"},
{:ecto_sql, "~> 3.2"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 0.8.1"},
{:quantum, "~> 2.3"},


Loading…
Cancel
Save