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 ff6f723 commit 5f2d470Copy full SHA for 5f2d470
build.sbt
@@ -2,7 +2,7 @@ name := "junit-4.12"
2
3
organization := "org.scalatestplus"
4
5
-version := "3.1.0.0"
+version := "3.1.1.0"
6
7
homepage := Some(url("https://github.com/scalatest/scalatestplus-junit"))
8
@@ -26,7 +26,7 @@ developers := List(
26
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.10", "2.13.1")
27
28
libraryDependencies ++= Seq(
29
- "org.scalatest" %% "scalatest" % "3.1.0",
+ "org.scalatest" %% "scalatest" % "3.1.1",
30
"junit" % "junit" % "4.12"
31
)
32
0 commit comments