chore: add owl as an explicit dependency

This commit is contained in:
Zach Daniel 2024-09-04 13:32:49 -04:00
parent 5cdf9577fb
commit b999fb10ab

View file

@ -362,6 +362,9 @@ defmodule Ash.MixProject do
# Code Generators
{:igniter, "~> 0.3 and >= 0.3.11"},
# IO Utilities
{:owl, "~> 0.11"},
# Dev/Test dependencies
{:eflame, "~> 1.0", only: [:dev, :test]},
{:ex_doc, "~> 0.32", only: [:dev, :test], runtime: false},