Skip to content

Commit 2d01ed7

Browse files
committed
Merge branch 'feature-3.2.0.0-M2'
2 parents ff6f723 + 1d32122 commit 2d01ed7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.sbt

Lines changed: 6 additions & 2 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.1.0.0"
5+
version := "3.2.0.0-M4"
66

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

@@ -26,7 +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" % "3.1.0",
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",
3034
"junit" % "junit" % "4.12"
3135
)
3236

0 commit comments

Comments
 (0)