Skip to content

Commit

Permalink
Updated to use ScalaTest 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Aug 21, 2020
1 parent 14a37c7 commit 994e1a3
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.3"

organization := "org.scalatestplus"

version := "3.2.2.0-M2"
version := "3.2.2.0"

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

Expand All @@ -27,8 +27,8 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.12", "2.13.3", "0.26.0-RC1

libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "3.3.3",
"org.scalatest" %% "scalatest-core" % "3.2.2-M2",
"org.scalatest" %% "scalatest-funsuite" % "3.2.2-M2" % "test"
"org.scalatest" %% "scalatest-core" % "3.2.2",
"org.scalatest" %% "scalatest-funsuite" % "3.2.2" % "test"
)

Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)
Expand Down

0 comments on commit 994e1a3

Please sign in to comment.