chore: Move simple_sat to be used in dev/test environments only (#75)

This commit is contained in:
Rebecca Le 2024-08-16 23:10:44 +08:00 committed by GitHub
parent 18f90f430d
commit 5649ac3ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ defmodule AshOban.MixProject do
{:oban, "~> 2.15"},
{:postgrex, "~> 0.18"},
# dev/test dependencies
{:simple_sat, "~> 0.1"},
{:simple_sat, "~> 0.1", only: [:dev, :test]},
{:ex_doc, "~> 0.22", only: [:dev, :test], runtime: false},
{:ex_check, "~> 0.12", only: [:dev, :test]},
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},