Skip to content

Commit

Permalink
fix mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 15, 2023
1 parent a7cd1e7 commit 268c907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ defmodule TestcontainersElixir.MixProject do
defp deps do
[
{:ex_docker_engine_api, "~> 1.43"},
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
{:myxql, "~> 0.6.0", only: [:dev, :test]},
{:postgrex, "~> 0.17", only: [:dev, :test]},
{:redix, "~> 1.2", only: [:dev, :test]}
Expand Down

0 comments on commit 268c907

Please sign in to comment.