Skip to content

Commit

Permalink
Update mockito-scala-scalatest to 1.17.31
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Apr 3, 2024
1 parent bf37831 commit 9804a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object Dependencies {

val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % "test"
val scalaTestScalaCheck = "org.scalatestplus" %% "scalacheck-1-15" % s"${scalaTestV}.0-RC2" % Test
val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % "1.17.12" % Test
val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % "1.17.31" % Test

// All of workbench-libs pull in Akka; exclude it since we provide our own Akka dependency.
// workbench-google pulls in workbench-{util, model, metrics}; exclude them so we can control the library versions individually.
Expand Down

0 comments on commit 9804a4a

Please sign in to comment.