Skip to content

Commit

Permalink
Use fork of scrivener_ecto
Browse files Browse the repository at this point in the history
Fix issue with using Torch for users who have Ecto >= 3.12.0

* #479
* mojotech/scrivener_ecto#105
  • Loading branch information
cpjolicoeur committed Sep 6, 2024
1 parent a86b962 commit 9a2b2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down Expand Up @@ -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]},
Expand Down

0 comments on commit 9a2b2b2

Please sign in to comment.