Skip to content

Commit

Permalink
Update scalamock to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 2, 2025
1 parent 79bf06e commit b726d3b
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 @@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.131",
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test,
"org.scalamock" %% "scalamock" % "6.1.1" % 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 b726d3b

Please sign in to comment.