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

Commit 93c60f7

Browse files
scala-steward-for-moia[bot]scala-stewardm-dobler
authored
Update mockito-scala to 1.17.12 (#308)
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Co-authored-by: Michael Dobler <49170155+m-dobler@users.noreply.github.com>
1 parent 7d338bf commit 93c60f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ lazy val awsDependencies = Seq(
4949
)
5050

5151
lazy val testDependencies = Seq(
52-
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
53-
"org.mockito" %% "mockito-scala" % "1.17.7" % Test,
54-
"org.mock-server" % "mockserver-netty" % "5.13.2" % Test
52+
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
53+
"org.mockito" %% "mockito-scala" % "1.17.12" % Test,
54+
"org.mock-server" % "mockserver-netty" % "5.13.2" % Test
5555
)
5656

5757
lazy val loggingDependencies = Seq(

0 commit comments

Comments
 (0)