Skip to content

Commit 01bac70

Browse files
testcontainers-scala 0.44.1 (was 0.43.6) (#538)
1 parent 6fa5064 commit 01bac70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Dependencies {
4747
val `test-scala` = libraryDependencies ++= Seq(
4848
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
4949
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
50-
"com.dimafeng" %% "testcontainers-scala" % "0.43.6" % Test,
50+
"com.dimafeng" %% "testcontainers-scala" % "0.44.1" % Test,
5151
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
5252
)
5353
}

0 commit comments

Comments
 (0)