Skip to content

Commit

Permalink
Update s3mock-testcontainers to 2.10.1 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 6, 2022
1 parent f4782ef commit 79bf06e
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 @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test,
"com.adobe.testing" % "s3mock-testcontainers" % "2.4.16" % Test,
"com.adobe.testing" % "s3mock-testcontainers" % "2.10.1" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % Test,
)
Expand Down

0 comments on commit 79bf06e

Please sign in to comment.