Skip to content

Commit

Permalink
Update junit-platform-engine to 1.10.2 (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent bbf32af commit c70b8ba
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.1"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.1")
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.2")
val junitTest = libraryDependencies += junitVintage % Test

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

0 comments on commit c70b8ba

Please sign in to comment.