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 9133df7 commit dc1092dCopy full SHA for dc1092d
settings.gradle.kts
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
15
library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5)
16
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5)
17
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5)
18
- library("junit-launcher", "org.junit.platform:junit-platform-launcher:1.13.4")
+ library("junit-launcher", "org.junit.platform:junit-platform-launcher:6.0.0")
19
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2")
20
21
library("mockk", "io.mockk:mockk:1.14.6")
0 commit comments