Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Mar 17, 2024
1 parent 38100f2 commit 99d96ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -77,8 +77,9 @@ defmodule Xema.Mixfile do

defp deps do
[
{:benchee, "~> 1.0", only: :dev, runtime: false},
{:conv_case, "~> 0.2.2"},
# dev/test
{:benchee, "~> 1.0", only: :dev, runtime: false},
{:cowboy, "~> 2.12", only: :test},
{:credo, "~> 1.1", only: [:dev, :test], runtime: false},
{:decimal, "~> 1.0 or ~> 2.0", optional: true},
Expand Down

0 comments on commit 99d96ea

Please sign in to comment.