Skip to content

Commit

Permalink
Updated to ScalaTest 3.2.18 and Mockito 5.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Feb 5, 2024
1 parent 9485d66 commit 017267d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.

**Usage**

To use it for ScalaTest 3.2.17 and Mockito 5.8.x:
To use it for ScalaTest 3.2.18 and Mockito 5.10.x:

SBT:

Expand Down
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-5.8"
name := "mockito-5.10"

organization := "org.scalatestplus"

version := "3.3.0.0-alpha.1"
version := "3.2.18.0"

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

Expand Down Expand Up @@ -33,9 +33,9 @@ scalaVersion := "2.13.12"
crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")

libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "5.8.0",
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.1",
"org.scalatest" %% "scalatest-funsuite" % "3.3.0-alpha.1" % "test"
"org.mockito" % "mockito-core" % "5.10.0",
"org.scalatest" %% "scalatest-core" % "3.2.18",
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test"
)

import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
Expand Down

0 comments on commit 017267d

Please sign in to comment.