diff --git a/build.gradle.kts b/build.gradle.kts index db51cd4..2cd6869 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit") // Truth testing lib - testImplementation("com.google.truth:truth:1.1.3") + testImplementation("com.google.truth:truth:1.4.4") } tasks.withType {