Skip to content

Commit

Permalink
chore: update ash
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 31, 2024
1 parent 6ceac06 commit e956e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ defmodule AshPostgres.MixProject do
{:jason, "~> 1.0"},
{:postgrex, ">= 0.0.0"},
{:ash,
ash_version(github: "ash-project/ash", ref: "9e02b0d0c7cad6be4bd84ca58f3452aa8ab7f0c3")},
ash_version(github: "ash-project/ash", ref: "7811dfaa1165404ec6e7dccb6f3b2e0c93065292")},
{:benchee, "~> 1.1", only: [:dev, :test]},
{:git_ops, "~> 2.5", only: [:dev, :test]},
{:ex_doc, github: "elixir-lang/ex_doc", only: [:dev, :test], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"ash": {:git, "https://github.com/ash-project/ash.git", "9e02b0d0c7cad6be4bd84ca58f3452aa8ab7f0c3", [ref: "9e02b0d0c7cad6be4bd84ca58f3452aa8ab7f0c3"]},
"ash": {:git, "https://github.com/ash-project/ash.git", "7811dfaa1165404ec6e7dccb6f3b2e0c93065292", [ref: "7811dfaa1165404ec6e7dccb6f3b2e0c93065292"]},
"benchee": {:hex, :benchee, "1.1.0", "f3a43817209a92a1fade36ef36b86e1052627fd8934a8b937ac9ab3a76c43062", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}, {:statistex, "~> 1.0", [hex: :statistex, repo: "hexpm", optional: false]}], "hexpm", "7da57d545003165a012b587077f6ba90b89210fd88074ce3c60ce239eb5e6d93"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm", "7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
"certifi": {:hex, :certifi, "2.9.0", "6f2a475689dd47f19fb74334859d460a2dc4e3252a3324bd2111b8f0429e7e21", [:rebar3], [], "hexpm", "266da46bdb06d6c6d35fde799bcb28d36d985d424ad7c08b5bb48f5b5cdd4641"},
Expand Down

0 comments on commit e956e7e

Please sign in to comment.