Skip to content

Commit

Permalink
Merge pull request #21 from Frameio/adam/fix-massdriver-compilation
Browse files Browse the repository at this point in the history
fix massdriver compilation
  • Loading branch information
adamkittelson authored Mar 14, 2024
2 parents 51dcf1e + 57ffb93 commit 541e4e9
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
@@ -1,7 +1,7 @@
defmodule Cereal.Mixfile do
use Mix.Project

@version "1.4.0"
@version "1.4.1"

def project do
[
Expand Down Expand Up @@ -36,7 +36,7 @@ defmodule Cereal.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:ecto, "~> 3.9", only: :test},
{:ecto, "~> 3.9"},
{:ex_doc, "~> 0.19", only: :dev},
{:scrivener, "~> 1.2 or ~> 2.0", optional: true},
{:plug, "~> 1.12"}
Expand Down

0 comments on commit 541e4e9

Please sign in to comment.