Skip to content

Commit 0c87712

Browse files
committed
Use fork of scrivener_ecto
Fix issue with using Torch for users who have Ecto >= 3.12.0 * #479 * mojotech/scrivener_ecto#105
1 parent a86b962 commit 0c87712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Torch.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/mojotech/torch"
5-
@version "5.3.1"
5+
@version "5.3.2"
66

77
def project do
88
[
@@ -47,7 +47,7 @@ defmodule Torch.MixProject do
4747
{:phoenix_html, "~> 4.1"},
4848
{:phoenix_html_helpers, "~> 1.0"},
4949
{:gettext, "~> 0.16"},
50-
{:scrivener_ecto, "~> 2.7.0"},
50+
{:scrivener_ecto, github: "mojotech/scrivener_ecto", tag: "v2.7.1"},
5151
{:filtrex, "~> 0.4.1"},
5252
{:jason, "~> 1.2", only: [:dev, :test]},
5353
{:excoveralls, ">= 0.0.0", only: [:dev, :test]},

0 commit comments

Comments
 (0)