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 aa93856 commit 20f3217Copy full SHA for 20f3217
app/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25")
13
14
testImplementation(kotlin("test"))
15
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:5.13.1"))
16
testImplementation("org.junit.jupiter:junit-jupiter")
17
testImplementation("com.willowtreeapps.assertk:assertk:0.28.1")
18
}
0 commit comments