Skip to content

Commit 07f0be0

Browse files
authored
remove ecto module and move to version 2.X (#154)
* start working on v2.0 * go to next major version 2.0.0
1 parent 8fbe1eb commit 07f0be0

File tree

9 files changed

+3
-388
lines changed

9 files changed

+3
-388
lines changed

lib/ecto.ex

Lines changed: 0 additions & 328 deletions
This file was deleted.

lib/util/constants.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
22
@moduledoc false
33

44
def library_name, do: :testcontainers
5-
def library_version, do: "1.14.0"
5+
def library_version, do: "2.0.0"
66
def ryuk_version, do: "0.13.0"
77
def container_label, do: "org.testcontainers"
88
def container_lang_label, do: "org.testcontainers.lang"

mix.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
22
use Mix.Project
33

44
@app :testcontainers
5-
@version "1.14.0"
5+
@version "2.0.0"
66
@source_url "https://github.com/testcontainers/testcontainers-elixir"
77

88
def project do
@@ -56,9 +56,6 @@ defmodule TestcontainersElixir.MixProject do
5656
{:tesla, "~> 1.7"},
5757
{:jason, "~> 1.4"},
5858
{:hackney, "~> 1.20"},
59-
# ecto module
60-
{:ecto_sql, "~> 3.3", optional: true},
61-
{:ecto, "~> 3.3", optional: true},
6259
# mysql
6360
{:myxql, "~> 0.4", only: [:dev, :test]},
6461
# postgres

0 commit comments

Comments
 (0)