diff --git a/build.gradle.kts b/build.gradle.kts index 35c2045..ba74957 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -118,7 +118,7 @@ dependencies { implementation("com.google.auto.value:auto-value-annotations:1.10.4") testImplementation("junit:junit:4.13.2") testImplementation("com.google.truth:truth:1.4.2") - testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23") + testImplementation("org.jetbrains.kotlin:kotlin-test:2.0.0") testImplementation("com.google.testing.compile:compile-testing:0.21.0") testImplementation("com.ryanharter.auto.value:auto-value-moshi-extension:1.1.0") testImplementation("com.ryanharter.auto.value:auto-value-parcel:0.2.9")