Skip to content

Commit e23aa07

Browse files
committed
Updated to use ScalaTest 3.2.2-M2.
1 parent cac01b8 commit e23aa07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "mockito-3.4"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.2.0-M1"
5+
version := "3.2.2.0-M2"
66

77
homepage := Some(url("https://github.com/scalatest/scalatestplus-mockito"))
88

@@ -29,8 +29,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.12", "2.13.3", "0.26.0-RC1
2929

3030
libraryDependencies ++= Seq(
3131
"org.mockito" % "mockito-core" % "3.4.6",
32-
"org.scalatest" %% "scalatest-core" % "3.2.2-M1",
33-
"org.scalatest" %% "scalatest-funsuite" % "3.2.2-M1" % "test"
32+
"org.scalatest" %% "scalatest-core" % "3.2.2-M2",
33+
"org.scalatest" %% "scalatest-funsuite" % "3.2.2-M2" % "test"
3434
)
3535

3636
Test / scalacOptions ++= (if (isDotty.value)

0 commit comments

Comments
 (0)