Skip to content

Commit

Permalink
Release 3.2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 20, 2021
1 parent ee4c996 commit 8f5d5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "mockito-3.4"

organization := "org.scalatestplus"

version := "3.2.4.0"
version := "3.2.5.0"

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

Expand Down Expand Up @@ -31,8 +31,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-RC1"

libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "3.4.6",
"org.scalatest" %% "scalatest-core" % "3.2.4",
"org.scalatest" %% "scalatest-funsuite" % "3.2.4" % "test"
"org.scalatest" %% "scalatest-core" % "3.2.5",
"org.scalatest" %% "scalatest-funsuite" % "3.2.5" % "test"
)

Test / scalacOptions ++= (if (isDotty.value)
Expand Down

0 comments on commit 8f5d5fd

Please sign in to comment.