Skip to content

Commit ec9f9aa

Browse files
committed
Update junit-vintage-engine to 6.0.3
1 parent ca3fa54 commit ec9f9aa

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
@@ -97,7 +97,7 @@ val buildSettings = Seq[Setting[?]](
9797
)
9898

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

102102
// Project settings
103103
lazy val root = Project(id = "msgpack-java", base = file("."))
@@ -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)