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 72e0cef commit 4df58e2Copy full SHA for 4df58e2
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("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-1")
+ library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2")
19
library("mockk", "io.mockk:mockk:1.14.2")
20
21
val slf4j = version("slf4j", "2.0.16")
0 commit comments