Skip to content

Commit 1d32122

Browse files
committed
Bumped up to use ScalaTest 3.2.0-M4.
1 parent df35a2c commit 1d32122

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 := "junit-4.12"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.0.0-M2"
5+
version := "3.2.0.0-M4"
66

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

@@ -26,11 +26,11 @@ developers := List(
2626
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest-core" % "3.2.0-M2",
30-
"org.scalatest" %% "scalatest-wordspec" % "3.2.0-M2" % "test",
31-
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M2" % "test",
32-
"org.scalatest" %% "scalatest-funsuite" % "3.2.0-M2" % "test",
33-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M2" % "test",
29+
"org.scalatest" %% "scalatest-core" % "3.2.0-M4",
30+
"org.scalatest" %% "scalatest-wordspec" % "3.2.0-M4" % "test",
31+
"org.scalatest" %% "scalatest-funspec" % "3.2.0-M4" % "test",
32+
"org.scalatest" %% "scalatest-funsuite" % "3.2.0-M4" % "test",
33+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.0-M4" % "test",
3434
"junit" % "junit" % "4.12"
3535
)
3636

0 commit comments

Comments
 (0)