We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae511f commit 939c30bCopy full SHA for 939c30b
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 = "6.25.0" }
23
-test-assertj = { module = "org.assertj:assertj-core", version = "3.27.1" }
+test-assertj = { module = "org.assertj:assertj-core", version = "3.27.2" }
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