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 6fa5064 commit 01bac70Copy full SHA for 01bac70
1 file changed
project/Dependencies.scala
@@ -47,7 +47,7 @@ object Dependencies {
47
val `test-scala` = libraryDependencies ++= Seq(
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.dimafeng" %% "testcontainers-scala" % "0.43.6" % Test,
+ "com.dimafeng" %% "testcontainers-scala" % "0.44.1" % Test,
51
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
52
)
53
}
0 commit comments