Skip to content

Commit 3427bf0

Browse files
committed
Update junit-jupiter to 6.0.3
1 parent ca3fa54 commit 3427bf0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

build.sbt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ val buildSettings = Seq[Setting[?]](
9696
Test / compile := ((Test / compile) dependsOn (Test / jcheckStyle)).value
9797
)
9898

99-
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.4" % "test"
99+
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "6.0.3" % "test"
100100
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.4" % "test"
101101

102102
// Project settings
@@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
125125
"org.msgpack.value",
126126
"org.msgpack.value.impl"
127127
),
128-
OsgiKeys.importPackage :=
129-
Seq(
130-
"!android.os",
131-
"!sun.*"
132-
),
128+
OsgiKeys.importPackage := Seq("!android.os", "!sun.*"),
133129
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
134130
Test / javaOptions ++=
135131
Seq(

0 commit comments

Comments
 (0)