From 9a2b2b2d52358b792b3eedfa234cba71bb8b84ac Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Fri, 6 Sep 2024 09:58:13 -0400 Subject: [PATCH] Use fork of scrivener_ecto Fix issue with using Torch for users who have Ecto >= 3.12.0 * https://github.com/mojotech/torch/issues/479 * https://github.com/drewolson/scrivener_ecto/pull/105 --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 114dc14..1e204e5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Torch.MixProject do use Mix.Project @source_url "https://github.com/mojotech/torch" - @version "5.3.1" + @version "5.3.2" def project do [ @@ -47,7 +47,7 @@ defmodule Torch.MixProject do {:phoenix_html, "~> 4.1"}, {:phoenix_html_helpers, "~> 1.0"}, {:gettext, "~> 0.16"}, - {:scrivener_ecto, "~> 2.7.0"}, + {:scrivener_ecto, github: "mojotech/scrivener_ecto", tag: "v2.7.1"}, {:filtrex, "~> 0.4.1"}, {:jason, "~> 1.2", only: [:dev, :test]}, {:excoveralls, ">= 0.0.0", only: [:dev, :test]},