Skip to content

Commit

Permalink
Release 3.2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 18, 2021
1 parent a1f272e commit ee4c996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-M1"
version := "3.2.4.0"

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

Expand All @@ -27,12 +27,12 @@ developers := List(

scalaVersion := "2.13.4"

crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-M3")
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-M1",
"org.scalatest" %% "scalatest-funsuite" % "3.2.4-M1" % "test"
"org.scalatest" %% "scalatest-core" % "3.2.4",
"org.scalatest" %% "scalatest-funsuite" % "3.2.4" % "test"
)

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

0 comments on commit ee4c996

Please sign in to comment.