Skip to content

Commit

Permalink
Update dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DraganRaicici committed Mar 21, 2024
1 parent d0a3527 commit 92ab29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ libraryDependencies ++= Seq(
)

libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test,
"org.mockito" % "mockito-core" % "5.8.0" % Test
"org.mockito" % "mockito-core" % "5.11.0" % Test
)

0 comments on commit 92ab29b

Please sign in to comment.