We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df454a9 commit ddcbe4bCopy full SHA for ddcbe4b
1 file changed
project/Dependencies.scala
@@ -8,6 +8,6 @@ object Dependencies {
8
}
9
10
val zio = "dev.zio" %% "zio" % Versions.zio
11
- val testcontainers = "com.dimafeng" %% "testcontainers-scala" % Versions.testcontainers
+ val testcontainers = "com.dimafeng" %% "testcontainers-scala-core" % Versions.testcontainers
12
13
0 commit comments