Skip to content

Commit

Permalink
Update junit-platform-engine to 1.11.3 (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 22, 2024
1 parent 5bc78bf commit 6a3edd5
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.11.2"
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.2")
val junit = libraryDependencies ++= Seq(junitVintage, "org.junit.platform" % "junit-platform-engine" % "1.11.3")
val junitTest = libraryDependencies += junitVintage % Test

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

0 comments on commit 6a3edd5

Please sign in to comment.