From 3427bf0e7ec2b526cfae217cf682e9b1a2b40a3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 May 2026 18:32:44 +0000 Subject: [PATCH] Update junit-jupiter to 6.0.3 --- build.sbt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index d87a7eab..8f6c712a 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ val buildSettings = Seq[Setting[?]]( Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value ) -val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.4" % "test" +val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "6.0.3" % "test" val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.4" % "test" // Project settings @@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core")) "org.msgpack.value", "org.msgpack.value.impl" ), - OsgiKeys.importPackage := - Seq( - "!android.os", - "!sun.*" - ), + OsgiKeys.importPackage := Seq("!android.os", "!sun.*"), testFrameworks += new TestFramework("wvlet.airspec.Framework"), Test / javaOptions ++= Seq(