From 134c677bd2d1b689c2105fda824f092b27334b14 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:38:13 +0100 Subject: [PATCH] Update junit-platform-engine to 1.10.1 (#1202) --- project/depends.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/depends.scala b/project/depends.scala index 3efefa790..0e7616a19 100644 --- a/project/depends.scala +++ b/project/depends.scala @@ -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