Skip to content

Commit

Permalink
Update junit-platform-engine to 1.10.3 (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 28, 2024
1 parent 3f5f970 commit 659429a
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.2"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.2")
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.10.3")
val junitTest = libraryDependencies += junitVintage % Test

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

0 comments on commit 659429a

Please sign in to comment.