diff --git a/sharedutils/build.gradle.kts b/sharedutils/build.gradle.kts index ef46e96b5..bd2350bd7 100644 --- a/sharedutils/build.gradle.kts +++ b/sharedutils/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation(libs.material) testImplementation(TestDeps.junit) testImplementation("com.jakewharton.picnic:picnic:0.7.0") - testImplementation("com.lordcodes.turtle:turtle:0.8.0") + testImplementation("com.lordcodes.turtle:turtle:0.9.0") androidTestImplementation(TestDeps.androidJunit) androidTestImplementation(TestDeps.androidEspresso)