Skip to content

Commit 9d41c45

Browse files
committed
Update junit-jupiter to 6.1.1
1 parent ed9dd9c commit 9d41c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
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.1.1" % "test"
100100
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.4" % "test"
101101

102102
// Project settings

0 commit comments

Comments
 (0)