Skip to content

Commit

Permalink
Update testcontainers-scala-scalatest to 0.41.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 20, 2025
1 parent 5c784e9 commit 0727930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val deps = {
"software.amazon.awssdk" % "sns" % awsSDKVersion % "test" exclude("software.amazon.awssdk", "netty-nio-client"),
"software.amazon.awssdk" % "kinesis" % awsSDKVersion % "test" exclude("software.amazon.awssdk", "netty-nio-client"),

"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.0" % "test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.8" % "test",

"junit" % "junit" % "4.13.2" % "test",

Expand Down

0 comments on commit 0727930

Please sign in to comment.