Skip to content

Commit

Permalink
Update junit-platform-engine to 1.10.1 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 13, 2024
1 parent 598aa3d commit 134c677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object depends {

// used in specs2-junit
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.10.0"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.9.3")
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.1")
val junitTest = libraryDependencies += junitVintage % Test

// used in specs2-markdown for the markdown parser
Expand Down

0 comments on commit 134c677

Please sign in to comment.