diff --git a/build.gradle.kts b/build.gradle.kts index 8e6cfa9..a403415 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("com.android.library") version "9.3.1" apply false id("com.google.gms.google-services") version "4.5.0" apply false id("androidx.navigation.safeargs") version "2.9.8" apply false - id("com.github.ben-manes.versions") version "0.54.0" apply true + id("io.github.ben-manes.versions") version "0.56.0" apply true } allprojects {