Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f016 commit cab4459Copy full SHA for cab4459
build.sbt
@@ -98,7 +98,7 @@ val buildSettings = Seq[Setting[?]](
98
((Test / compile) dependsOn (Test / jcheckStyle)).value
99
)
100
101
-val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.11.4" % "test"
+val junitJupiter = "org.junit.jupiter" % "junit-jupiter" % "5.13.4" % "test"
102
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.11.4" % "test"
103
104
// Project settings
0 commit comments