From e37d37f89b08a075d8ce052c8971d8c04ecd605a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 28 Jul 2024 00:03:17 +0200 Subject: [PATCH] Update junit-jupiter-engine, ... to 5.9.3 (#70) Co-authored-by: eugene yokota --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 045dc84..dbaf647 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val Versions = new { - val junitJupiter = "5.9.1" + val junitJupiter = "5.9.3" val junitPlatform = "1.9.1" val junitVintage = "5.9.1" val testInterface = "1.0"