Skip to content

Commit 336ab5d

Browse files
authored
Add v3 back to mix.exs (#11)
* Fix basic shortuuid v4 support (#10) * re-add v3 * update readme
1 parent ecc8ca1 commit 336ab5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ by adding `ecto_shortuuid` to your list of dependencies in `mix.exs`:
5252
```elixir
5353
def deps do
5454
[
55-
{:ecto_shortuuid, "~> 0.2"}
55+
{:ecto_shortuuid, "~> 0.3.0"}
5656
]
5757
end
5858
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defmodule Ecto.ShortUUID.MixProject do
6767
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
6868
{:excoveralls, "~> 0.16.1", only: :test, runtime: false},
6969
{:benchfella, "~> 0.3.5", only: [:dev, :test]},
70-
{:shortuuid, "~> 2.1 or ~> 4.0"},
70+
{:shortuuid, "~> 4.0 or ~> 3.0 or ~> 2.1"},
7171
{:ecto, "~> 2.2 or ~> 3.0"}
7272
]
7373
end

0 commit comments

Comments
 (0)