Skip to content

Commit 6997afb

Browse files
committed
Drop support for scrivener_ecto 1.x and restrict to ~> 3.x/~> 2.7
closes #12
1 parent 39f6152 commit 6997afb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

mix.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ defmodule Scrivener.List.Mixfile do
2828

2929
defp deps() do
3030
[
31-
{:scrivener_ecto, "~> 3.0", optional: true},
31+
{:scrivener_ecto, "~> 3.0 or ~> 2.7", optional: true},
3232

3333
# dev/test
34-
{:earmark, "~> 1.4.0", only: :dev, runtime: false},
35-
{:ex_doc, "~> 0.37.0", only: :dev, runtime: false},
34+
{:earmark, "~> 1.3", only: :dev, runtime: false},
35+
{:ex_doc, "~> 0.37", only: :dev, runtime: false},
3636
{:postgrex, ">= 0.0.0", only: :test},
37-
{:ecto_sql, "~> 3.12.0", only: :test}
37+
{:ecto_sql, "~> 3.12", only: :test}
3838
]
3939
end
4040

mix.lock

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%{
2-
"connection": {:hex, :connection, "1.1.0", "ff2a49c4b75b6fb3e674bfc5536451607270aac754ffd1bdfe175abe4a6d7a68", [:mix], [], "hexpm", "722c1eb0a418fbe91ba7bd59a47e28008a189d47e37e0e7bb85585a016b2869c"},
32
"db_connection": {:hex, :db_connection, "2.7.0", "b99faa9291bb09892c7da373bb82cba59aefa9b36300f6145c5f201c7adf48ec", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "dcf08f31b2701f857dfc787fbad78223d61a32204f217f15e881dd93e4bdd3ff"},
43
"decimal": {:hex, :decimal, "2.3.0", "3ad6255aa77b4a3c4f818171b12d237500e63525c2fd056699967a3e7ea20f62", [:mix], [], "hexpm", "a4d66355cb29cb47c3cf30e71329e58361cfcb37c34235ef3bf1d7bf3773aeac"},
54
"earmark": {:hex, :earmark, "1.4.47", "7e7596b84fe4ebeb8751e14cbaeaf4d7a0237708f2ce43630cfd9065551f94ca", [:mix], [], "hexpm", "3e96bebea2c2d95f3b346a7ff22285bc68a99fbabdad9b655aa9c6be06c698f8"},

0 commit comments

Comments
 (0)