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 e5b02c7 commit aaf3931Copy full SHA for aaf3931
project/depends.scala
@@ -23,7 +23,7 @@ object depends {
23
24
// used in specs2-junit
25
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "6.0.1"
26
- val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "6.0.0")
+ val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "6.0.1")
27
val junitTest = libraryDependencies += junitVintage % Test
28
29
// used in specs2-markdown for the markdown parser
0 commit comments