Skip to content

Commit a1c6a58

Browse files
committed
Release 3.1.2.0 for Mockito 3.3.
1 parent 6e8044e commit a1c6a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name := "mockito-3.2"
1+
name := "mockito-3.3"
22

33
organization := "org.scalatestplus"
44

@@ -26,7 +26,7 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.11", "2.13.2")
2727

2828
libraryDependencies ++= Seq(
29-
"org.mockito" % "mockito-core" % "3.2.4",
29+
"org.mockito" % "mockito-core" % "3.3.3",
3030
"org.scalatest" %% "scalatest" % "3.1.2"
3131
)
3232

0 commit comments

Comments
 (0)