We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6652b35 commit 8302465Copy full SHA for 8302465
1 file changed
README.md
@@ -29,11 +29,13 @@ To add Testcontainers to your project, follow these steps:
29
```elixir
30
def deps do
31
[
32
- {:testcontainers, "~> 1.13", only: [:test, :dev]}
+ {:testcontainers, "~> X.XX", only: [:test, :dev]}
33
]
34
end
35
```
36
37
+Replace X.XX with the current major and minor version.
38
+
39
2. Run mix deps.get
40
41
3. Add the following to test/test_helper.exs
0 commit comments