We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd7efb commit 2a4cd86Copy full SHA for 2a4cd86
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
20
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
21
kotlin-time = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
22
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.0.2" }
23
-test-assertj = { module = "org.assertj:assertj-core", version = "3.27.2" }
+test-assertj = { module = "org.assertj:assertj-core", version = "3.27.3" }
24
test-assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
25
test-jimfs = "com.google.jimfs:jimfs:1.3.0"
26
test-junit = { module = "junit:junit", version = "4.13.2" }
0 commit comments