Skip to content

Commit aaf3931

Browse files
Update junit-platform-engine to 6.0.1 (#1447)
Co-authored-by: Eric Torreborre <[email protected]>
1 parent e5b02c7 commit aaf3931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/depends.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object depends {
2323

2424
// used in specs2-junit
2525
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")
26+
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "6.0.1")
2727
val junitTest = libraryDependencies += junitVintage % Test
2828

2929
// used in specs2-markdown for the markdown parser

0 commit comments

Comments
 (0)