Skip to content

Commit

Permalink
Update mockito-core to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 6, 2022
1 parent 8ca8c95 commit 8c6c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.15.4"
val specs2 = "org.specs2" %% "specs2-core" % "4.12.12"
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.9"

val mockito = "org.mockito" % "mockito-core" % "3.12.4"
val mockito = "org.mockito" % "mockito-core" % "4.6.1"

val akkaStreamTestKit = "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion

Expand Down

0 comments on commit 8c6c451

Please sign in to comment.