From d3abfda6e8bfd8d8f91c0a1fc5d9cefdcd55e283 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:30:18 +0000 Subject: [PATCH] Update mockito-scala to 1.17.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb5336b..127d962 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies ++= Seq( "com.h2database" % "h2" % "1.4.200", "org.postgresql" % "postgresql" % "42.2.25", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, - "org.mockito" %% "mockito-scala" % "1.16.55", + "org.mockito" %% "mockito-scala" % "1.17.12", specs2 % Test )