Skip to content

Commit 2eb5df8

Browse files
committed
Release 3.2.5.0.
1 parent 6083845 commit 2eb5df8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "jmock-2.8"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.4.0"
5+
version := "3.2.5.0"
66

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

@@ -29,11 +29,11 @@ crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-RC1"
2929

3030
libraryDependencies ++= Seq(
3131
"org.jmock" % "jmock-legacy" % "2.8.3",
32-
"org.scalatest" %% "scalatest-core" % "3.2.4",
33-
"org.scalatest" %% "scalatest-flatspec" % "3.2.4" % "test",
34-
"org.scalatest" %% "scalatest-funsuite" % "3.2.4" % "test",
35-
"org.scalatest" %% "scalatest-funspec" % "3.2.4" % "test",
36-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.4" % "test"
32+
"org.scalatest" %% "scalatest-core" % "3.2.5",
33+
"org.scalatest" %% "scalatest-flatspec" % "3.2.5" % "test",
34+
"org.scalatest" %% "scalatest-funsuite" % "3.2.5" % "test",
35+
"org.scalatest" %% "scalatest-funspec" % "3.2.5" % "test",
36+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.5" % "test"
3737
)
3838

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

0 commit comments

Comments
 (0)