Skip to content

Commit

Permalink
Add v3 back to mix.exs (#11)
Browse files Browse the repository at this point in the history
* Fix basic shortuuid v4 support (#10)

* re-add v3

* update readme
  • Loading branch information
gpedic authored Dec 28, 2024
1 parent ecc8ca1 commit 336ab5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ by adding `ecto_shortuuid` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_shortuuid, "~> 0.2"}
{:ecto_shortuuid, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Ecto.ShortUUID.MixProject do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.16.1", only: :test, runtime: false},
{:benchfella, "~> 0.3.5", only: [:dev, :test]},
{:shortuuid, "~> 2.1 or ~> 4.0"},
{:shortuuid, "~> 4.0 or ~> 3.0 or ~> 2.1"},
{:ecto, "~> 2.2 or ~> 3.0"}
]
end
Expand Down

0 comments on commit 336ab5d

Please sign in to comment.