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 6eddc4d commit 66d69efCopy full SHA for 66d69ef
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt.*
2
3
object Dependencies {
4
- val junitJupiterVer = "5.13.4"
+ val junitJupiterVer = "5.14.0"
5
// based on https://github.com/junit-team/junit5/releases/tag/r5.10.3 etc
6
// The platform version seems to be "1." of the corresponding JUnit 5.x version.
7
def junitPlatformVer = junitJupiterVer.replaceFirst("""^5\.""", "1.")
0 commit comments