Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
328 changes: 0 additions & 328 deletions lib/ecto.ex

This file was deleted.

2 changes: 1 addition & 1 deletion lib/util/constants.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
@moduledoc false

def library_name, do: :testcontainers
def library_version, do: "1.14.0"
def library_version, do: "2.0.0"
def ryuk_version, do: "0.13.0"
def container_label, do: "org.testcontainers"
def container_lang_label, do: "org.testcontainers.lang"
Expand Down
5 changes: 1 addition & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project

@app :testcontainers
@version "1.14.0"
@version "2.0.0"
@source_url "https://github.com/testcontainers/testcontainers-elixir"

def project do
Expand Down Expand Up @@ -56,9 +56,6 @@ defmodule TestcontainersElixir.MixProject do
{:tesla, "~> 1.7"},
{:jason, "~> 1.4"},
{:hackney, "~> 1.20"},
# ecto module
{:ecto_sql, "~> 3.3", optional: true},
{:ecto, "~> 3.3", optional: true},
# mysql
{:myxql, "~> 0.4", only: [:dev, :test]},
# postgres
Expand Down
Loading
Loading