We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fbefc commit 6b2a849Copy full SHA for 6b2a849
build.sbt
@@ -1,8 +1,8 @@
1
-name := "scalatestplus-junit"
+name := "junit-4.12"
2
3
organization := "org.scalatestplus"
4
5
-version := "1.0.0-M2"
+version := "3.1.0.0-RC2"
6
7
homepage := Some(url("https://github.com/scalatest/scalatestplus-junit"))
8
@@ -23,10 +23,10 @@ developers := List(
23
)
24
25
26
-crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0")
+crossScalaVersions := List("2.10.7", "2.11.12", "2.12.9", "2.13.0")
27
28
libraryDependencies ++= Seq(
29
- "org.scalatest" %% "scalatest" % "3.1.0-M2",
+ "org.scalatest" %% "scalatest" % "3.1.0-RC2",
30
"junit" % "junit" % "4.12"
31
32
0 commit comments