We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99fdb6 commit 572da07Copy full SHA for 572da07
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
49
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
50
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
51
- "com.dimafeng" %% "testcontainers-scala" % "0.41.5" % Test,
+ "com.dimafeng" %% "testcontainers-scala" % "0.41.8" % Test,
52
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
53
)
54
}
0 commit comments