Skip to content

Commit

Permalink
chore: Move simple_sat to be used in dev/test environments only
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Aug 16, 2024
1 parent 18f90f4 commit 528ae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 528ae84

Please sign in to comment.