Skip to content

Commit

Permalink
Use Mockito 4.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 27, 2024
1 parent 28d0e62 commit 40ac618
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
@@ -1,7 +1,7 @@
import java.io.PrintWriter
import scala.io.Source

name := "mockito-5.10"
name := "mockito-4.11"

organization := "org.scalatestplus"

Expand Down Expand Up @@ -33,7 +33,7 @@ scalaVersion := "2.13.12"
crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")

libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "5.10.0",
"org.mockito" % "mockito-core" % "4.11.0",
"org.scalatest" %% "scalatest-core" % "3.2.18",
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test"
)
Expand Down

0 comments on commit 40ac618

Please sign in to comment.