Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit c7e9990

Browse files
moia-pipelinescala-stewardsaeltz
authored
Update mockito-scala to 1.16.25 (#153)
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com> Co-authored-by: Bendix Sältz <bendix@saeltz.de>
1 parent 7193071 commit c7e9990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ lazy val awsDependencies = Seq(
4848

4949
lazy val testDependencies = Seq(
5050
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
51-
"org.mockito" %% "mockito-scala" % "1.16.23" % Test,
51+
"org.mockito" %% "mockito-scala" % "1.16.25" % Test,
5252
"org.mock-server" % "mockserver-netty" % "5.11.2" % Test
5353
)
5454

0 commit comments

Comments
 (0)