Skip to content

Commit

Permalink
testcontainers-scala 0.41.4 (was 0.41.3) (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 25, 2024
1 parent 5f1ef71 commit 1ca2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Dependencies {
"org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test,
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
)
}

0 comments on commit 1ca2d4c

Please sign in to comment.