Skip to content

Commit

Permalink
Release 3.2.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Jan 22, 2022
1 parent 0672059 commit 6fd1e76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import java.io.PrintWriter
import scala.io.Source

name := "mockito-3.12"
name := "mockito-4.2"

organization := "org.scalatestplus"

version := "3.2.10.0"
version := "3.2.11.0"

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

Expand Down Expand Up @@ -33,9 +33,9 @@ scalaVersion := "2.13.6"
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.15", "2.13.6", "3.0.2")

libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "3.12.4",
"org.scalatest" %% "scalatest-core" % "3.2.10",
"org.scalatest" %% "scalatest-funsuite" % "3.2.10" % "test"
"org.mockito" % "mockito-core" % "4.2.0",
"org.scalatest" %% "scalatest-core" % "3.2.11",
"org.scalatest" %% "scalatest-funsuite" % "3.2.11" % "test"
)

import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.5.8

0 comments on commit 6fd1e76

Please sign in to comment.