chore: update ash version and in build

This commit is contained in:
Zach Daniel 2022-11-01 22:50:01 -04:00
parent 5962589074
commit fb7b60f9e1
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
matrix: matrix:
otp: ["23"] otp: ["23"]
elixir: ["1.14.0"] elixir: ["1.14.0"]
ash: ["main", "2.3.0"] ash: ["main", "2.4.0"]
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ASH_VERSION: ${{matrix.ash}} ASH_VERSION: ${{matrix.ash}}

View file

@ -111,7 +111,7 @@ defmodule AshGraphql.MixProject do
# Run "mix help deps" to learn about dependencies. # Run "mix help deps" to learn about dependencies.
defp deps do defp deps do
[ [
{:ash, ash_version("~> 2.3")}, {:ash, ash_version("~> 2.4")},
{:absinthe_plug, "~> 1.4"}, {:absinthe_plug, "~> 1.4"},
{:absinthe, "~> 1.7"}, {:absinthe, "~> 1.7"},
{:dataloader, "~> 1.0"}, {:dataloader, "~> 1.0"},