Skip to content

Commit 0837735

Browse files
authored
Update README.md
1 parent 56002e2 commit 0837735

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ libraryDependencies += Seq(
3131
)
3232
```
3333

34+
In most cases, you can just select the scalatest module and the module you need.
35+
36+
```scala
37+
libraryDependencies += Seq(
38+
"com.github.j5ik2o" %% "docker-controller-scala-scalatest" % version,
39+
"com.github.j5ik2o" %% "docker-controller-scala-mysql" % version,
40+
)
41+
```
42+
3443
## Usage
3544

3645
[DockerController](docker-controller-scala-core/src/main/scala/com/github/j5ik2o/dockerController/DockerController.scala) that the thin wrapper for [docker-java](https://github.com/docker-java/docker-java) controls Docker Image and Docker Container for testing.

0 commit comments

Comments
 (0)