Skip to content

Commit 572da07

Browse files
testcontainers-scala 0.41.8 (was 0.41.5) (#457)
1 parent c99fdb6 commit 572da07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
4949
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
5050
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
51-
"com.dimafeng" %% "testcontainers-scala" % "0.41.5" % Test,
51+
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % Test,
5252
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
5353
)
5454
}

0 commit comments

Comments
 (0)