Skip to content

Commit 93cb79a

Browse files
committed
chore: set ash version to ~> 3.2 and >= 3.21.1
1 parent f2ad516 commit 93cb79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ defmodule AshTypescript.MixProject do
176176
# Run "mix help deps" to learn about dependencies.
177177
defp deps do
178178
[
179-
{:ash, ">= 3.21.1"},
179+
{:ash, "~> 3.2 and >= 3.21.1"},
180180
{:ash_phoenix, "~> 2.0"},
181181
{:ash_postgres, "~> 2.0", only: [:dev, :test]},
182182
{:git_ops, "~> 2.0", only: [:dev], runtime: false},

0 commit comments

Comments
 (0)