Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update junit-jupiter to 6.0.1
  • Loading branch information
scala-steward committed Jan 3, 2026
commit 4e85aa897c46c9cb5663e9ffcb2962fed5661f41
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ val buildSettings = Seq[Setting[?]](
((Test / compile) dependsOn (Test / jcheckStyle)).value
)

val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.14.1" % "test"
val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "6.0.1" % "test"
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.14.1" % "test"

// Project settings
Expand Down
Loading